Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
seleznevae committed Nov 17, 2018
1 parent 5c1d959 commit 7dde2c9
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 @@ -63,7 +63,7 @@ else("${FORT_COMPILER}" STREQUAL "MSVC")
-Wfloat-equal \
")
if("${FORT_COMPILER}" STREQUAL "GNU")
set(ADDITIONAL_WARNINGS "${ADDITIONAL_WARNINGS} -Wtrampolines")
set(ADDITIONAL_WARNINGS "${ADDITIONAL_WARNINGS} -Wtrampolines -Wlogical-op")
endif("${FORT_COMPILER}" STREQUAL "GNU")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -g -Wextra -Werror -std=c99 -Wpedantic ${ADDITIONAL_WARNINGS}")

Expand Down

0 comments on commit 7dde2c9

Please sign in to comment.