Skip to content
Snippets Groups Projects
Commit c724ced4 authored by Yabin Cui's avatar Yabin Cui Committed by Gerrit Code Review
Browse files

Merge "Suppress sync-alignment warning" into main

parents 6626f6c1 74d6aa19
No related merge requests found
Pipeline #14321 failed
......@@ -155,6 +155,7 @@ cc_defaults {
"-Wno-typedef-redefinition",
"-Wno-uninitialized",
"-Wno-implicit-const-int-float-conversion",
"-Wno-sync-alignment",
"-DHAVE_TIMESPEC_GET",
],
......
......@@ -100,6 +100,7 @@ LOCAL_CFLAGS += \
-Wno-typedef-redefinition \
-Wno-uninitialized \
-Wno-implicit-const-int-float-conversion \
-Wno-sync-alignment \
LOCAL_CPPFLAGS += \
-D__STDC_CONSTANT_MACROS \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment