Skip to content

Commit

Permalink
remove -Werror (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfalken authored Jan 16, 2025
1 parent c2e88af commit a2a3246
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 @@ -54,7 +54,7 @@ IF(CMAKE_C_COMPILER_ID MATCHES "Clang|GNU")
ELSE(config_OPTIM)
ADD_COMPILE_OPTIONS(-O0)
ENDIF(config_OPTIM)
ADD_COMPILE_OPTIONS(-Wall -Wextra -Werror)
ADD_COMPILE_OPTIONS(-Wall -Wextra)

# CMake provides absolute paths to GCC, hence the __FILE__ macro includes the
# full path. This option resets it to a path relative to project source.
Expand Down

0 comments on commit a2a3246

Please sign in to comment.