spelling: possibly

This commit is contained in:
Josh Soref
2017-07-25 23:59:27 -04:00
committed by Akim Demaille
parent 5ec892c480
commit 6c3b482891

View File

@@ -163,7 +163,7 @@ if test "$enable_gcc_warnings" = yes; then
gl_WARN_ADD([-Wno-null-conversion], [FLEX_SCANNER_CXXFLAGS])
# So does G++ 4.8...
gl_WARN_ADD([-Wno-sign-compare], [FLEX_SCANNER_CXXFLAGS])
# ... possiby in std=c++11 mode.
# ... possibly in std=c++11 mode.
gl_WARN_ADD([-Wno-zero-as-null-pointer-constant], [FLEX_SCANNER_CXXFLAGS])
CXXFLAGS=$save_CXXFLAGS
# Clang++ deprecates compiling C.