Skip to content

Commit

Permalink
Remove Werror from non-werror errors (tongue_twister.jpg)
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Wallace committed Nov 1, 2024
1 parent ac8f308 commit f511bc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ target_compile_options(MaCh3Warnings INTERFACE
-Wnull-dereference # Warn if a null dereference is detected (only in GCC >= 6.0)
-Wold-style-cast # Warn for c-style casts
-Wconversion # Warn on type conversions that may lose data
# -Werror # Treat Warnings as Errors
)
# KS Some compiler options are only available in GCC, in case we move to other compilers we will have to expand this
if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
Expand Down

0 comments on commit f511bc1

Please sign in to comment.