mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 02:38:59 +00:00
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: 849089c406
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)
|
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(-O2)
|
||||||
add_compile_options(-Wall -Wextra -Werror)
|
add_compile_options(-Wall -Wextra -Werror)
|
||||||
add_compile_options(-fPIC -g)
|
add_compile_options(-fPIC -g)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue