blob: 32cadbc929d65db9e5fdee55a962bb5edbaae618 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/cmake/maintainer.cmake 2014-03-11 10:57:45.184755333 -0400
+++ b/cmake/maintainer.cmake 2014-03-11 10:58:03.584364026 -0400
@@ -18,7 +18,7 @@
# Setup GCC (GNU C compiler) warning options.
MACRO(SET_MYSQL_MAINTAINER_GNU_C_OPTIONS)
SET(MY_MAINTAINER_WARNINGS
- "-Wall -Wextra -Wunused -Wwrite-strings -Wno-strict-aliasing -Werror")
+ "-Wall -Wextra -Wunused -Wwrite-strings -Wno-strict-aliasing")
CHECK_C_COMPILER_FLAG("-Wdeclaration-after-statement"
HAVE_DECLARATION_AFTER_STATEMENT)
|