diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a9c6a8f..8539a8fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -262,6 +262,7 @@ if (${GNUC}) -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -fno-strict-aliasing # gcc 2.9.5+ + -Wmissing-prototypes # gcc 4 -Winit-self @@ -276,7 +277,7 @@ if (${GNUC}) # gcc 4.5 -Wlogical-op - -Wwrite-strings + -Wwrite-strings ) if (${CLANG})