Build: Re-enable Wtype-limits on GCC

This commit is contained in:
Peter Keresztes Schmidt 2021-04-11 23:16:10 +02:00
parent 7e1c580130
commit b93d5556b2
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ target_compile_options(zm-warning-interface
-Wextra
-Wformat-security
-Wno-cast-function-type
-Wno-type-limits
-Wno-unused-parameter
-Woverloaded-virtual)