Skip to content

Commit

Permalink
Maybe now fixed...
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel0916 committed Jun 30, 2014
1 parent a01477e commit 4edda05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SetFlags.cmake
Expand Up @@ -200,7 +200,7 @@ macro(set_exe_flags)
add_flags_cxx("-Wno-error=covered-switch-default -Wno-error=shadow")
add_flags_cxx("-Wno-error=exit-time-destructors -Wno-error=missing-variable-declarations")
add_flags_cxx("-Wno-error=global-constructors -Wno-implicit-fallthrough")
add_flags_cxx("-Wno-weak-vtables -Wno-switch-enum -Wno-exit-time-destructors -Wformat-nonliteral")
add_flags_cxx("-Wno-weak-vtables -Wno-switch-enum -Wno-exit-time-destructors -Wno-error=format-nonliteral")
endif()
endif()

Expand Down

0 comments on commit 4edda05

Please sign in to comment.