]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/format/parsing.hpp
Don't allow newline characters in document settings.
[lyx.git] / boost / boost / format / parsing.hpp
index 7f1bfc883fb6342537fe9e6a5c4b26695a9f7443..b14ca82c984699c12fa0dcdb4a8285609aedc85c 100644 (file)
@@ -48,6 +48,7 @@ namespace detail {
 #if ! defined( BOOST_NO_LOCALE_ISDIGIT )
         return fac.is(std::ctype<Ch>::digit, c);
 # else
+        (void) fac;     // remove "unused parameter" warning
         using namespace std;
         return isdigit(c); 
 #endif