Skip to content

Commit

Permalink
remove -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
sfalken committed Jan 13, 2025
1 parent 8ab4cfc commit abaf983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ OPTION(config_DOXYGEN_CRITICAL "Whether to fail on doxygen warnings" OFF)

# Toplevel compile options, for GCC and clang.
IF(CMAKE_C_COMPILER_ID MATCHES "Clang|GNU")
ADD_COMPILE_OPTIONS(-Wall -Wextra -Werror)
ADD_COMPILE_OPTIONS(-Wall -Wextra)

IF(config_DEBUG)
ADD_COMPILE_OPTIONS(-ggdb -DDEBUG)
Expand Down

0 comments on commit abaf983

Please sign in to comment.