Lagom: Disable implicit-const-int-float-conversion warnings
This commit is contained in:
parent
76e6ed0d75
commit
849089c406
Notes:
sideshowbarker
2024-07-17 23:23:30 +09:00
Author: https://github.com/Hendiadyoin1 Commit: https://github.com/SerenityOS/serenity/commit/849089c4060 Pull-request: https://github.com/SerenityOS/serenity/pull/11118 Reviewed-by: https://github.com/alimpfard ✅ Reviewed-by: https://github.com/sunverwerth ✅
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ endif()
|
|||
|
||||
include(wasm_spec_tests)
|
||||
|
||||
add_compile_options(-Wno-unknown-warning-option -Wno-literal-suffix)
|
||||
add_compile_options(-Wno-unknown-warning-option -Wno-literal-suffix -Wno-implicit-const-int-float-conversion)
|
||||
add_compile_options(-O2)
|
||||
add_compile_options(-Wall -Wextra -Werror)
|
||||
add_compile_options(-fPIC -g)
|
||||
|
|
Loading…
Add table
Reference in a new issue