Skip to content

Commit

Permalink
Remove -Werror. That is going to reduce portability, and developers
Browse files Browse the repository at this point in the history
can individually add it back in to CFLAGS as they build if they like.
  • Loading branch information
jwhite66 committed Jun 11, 2010
1 parent f3b6661 commit f5f69fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -115,7 +115,7 @@ IF(UNIX)
ENDIF(UNIX)

IF(CMAKE_COMPILER_IS_GNUCC)
ADD_DEFINITIONS(-pipe -Wall -Werror -fsigned-char)
ADD_DEFINITIONS(-pipe -Wall -fsigned-char)

# See if -fvisibility=hidden is available to us.
CHECK_C_SOURCE_COMPILES("
Expand Down

0 comments on commit f5f69fa

Please sign in to comment.