mirror of
https://github.com/darlinghq/darlingserver.git
synced 2024-11-23 12:29:41 +00:00
Fix int-conversion error
This commit is contained in:
parent
417a64c39d
commit
0acd58b514
@ -132,6 +132,7 @@ add_compile_options(
|
||||
-ffunction-sections
|
||||
-fdata-sections
|
||||
-Wno-incompatible-library-redeclaration
|
||||
-Wno-error=int-conversion
|
||||
)
|
||||
|
||||
if (DSERVER_ASAN OR DSERVER_UBSAN)
|
||||
|
Loading…
Reference in New Issue
Block a user