mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[CMAKE]
- Enable -Wtype-limits in GCC builds svn path=/trunk/; revision=61096
This commit is contained in:
parent
3d5b732f52
commit
205bebdd7f
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ endif()
|
|||
add_compile_flags("-Werror -Wall -Wpointer-arith")
|
||||
add_compile_flags("-Wno-char-subscripts -Wno-multichar -Wno-unused-value -Wno-maybe-uninitialized")
|
||||
add_compile_flags("-Wno-error=unused-but-set-variable -Wno-error=narrowing")
|
||||
add_compile_flags("-Wtype-limits -Wno-error=type-limits")
|
||||
|
||||
if(ARCH STREQUAL "amd64")
|
||||
add_compile_flags("-Wno-format")
|
||||
|
|
Loading…
Reference in a new issue