Skip to content

Commit 1a4aff2

Browse files
authored
Attempt to suppres "-W-dollar-in-identifier-extension" warning (#589)
1 parent 6103e7d commit 1a4aff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/jni/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ add_compile_options(
1616
-Wall
1717
-Wpedantic
1818
-Wno-gnu-zero-variadic-macro-arguments
19+
-Wno-dollar-in-identifier-extension
1920
)
2021

2122
file(GLOB LIB_CUSTOM_SRCS CONFIGURE_DEPENDS *.cpp ${LIB_COMMON_DIR}/react/renderer/components/${LIB_LITERAL}/*.cpp)

0 commit comments

Comments
 (0)