diff options
Diffstat (limited to '')
-rw-r--r-- | src/tools/myriad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/myriad.cpp b/src/tools/myriad.cpp index 128f20c..30b936c 100644 --- a/src/tools/myriad.cpp +++ b/src/tools/myriad.cpp | |||
@@ -80,7 +80,7 @@ public: | |||
80 | Bu::String sDst; | 80 | Bu::String sDst; |
81 | }; | 81 | }; |
82 | 82 | ||
83 | Bu::Formatter &operator>>( Bu::Formatter &f, Mode &e ) | 83 | Bu::Formatter &operator>>( Bu::Formatter &f, Mode & /*e*/ ) |
84 | { | 84 | { |
85 | sio << "Uh oh, the formatter was called..." << sio.nl; | 85 | sio << "Uh oh, the formatter was called..." << sio.nl; |
86 | return f; | 86 | return f; |