Skip to content

Commit

Permalink
remove -Werror (#164)
Browse files Browse the repository at this point in the history
Apologies for the slow turnaround -- didn't have capacity to get back to the project until now.

Accepting the PR despite CLA failure, since (1) author states CLA was signed, and (2) the change is simple.
  • Loading branch information
sfalken authored Jan 16, 2025
1 parent 8ab4cfc commit 935552c
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 935552c

Please sign in to comment.