mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[CMAKE]
- Enable -Wtype-limits in GCC builds svn path=/trunk/; revision=61096
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user