diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/compiler_warnings.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/compiler_warnings.cmake b/cmake/compiler_warnings.cmake index b8d00a6b..b250483a 100644 --- a/cmake/compiler_warnings.cmake +++ b/cmake/compiler_warnings.cmake @@ -9,8 +9,6 @@ ############################################################################### # Compiler warnings -# -# NOTE: All these variables should be lists of flags and NOT a single string. ############################################################################### # FIXME: -Wunused-parameter fires a lot so for now suppress it. add_compile_options( |