Skip to content

Commit

Permalink
#329: turn off unknown pragma warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nlslatt committed Mar 27, 2019
1 parent 900a943 commit 730a79d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/turn_on_warnings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ if(NOT hasParent)
enable_cxx_compiler_flag_if_supported("-pedantic")
enable_cxx_compiler_flag_if_supported("-Wno-variadic-macros")
enable_cxx_compiler_flag_if_supported("-Wno-gnu-zero-variadic-macro-arguments")
enable_cxx_compiler_flag_if_supported("-Wno-unknown-pragmas")
endif()

0 comments on commit 730a79d

Please sign in to comment.