We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6103e7d commit 1a4aff2Copy full SHA for 1a4aff2
android/src/main/jni/CMakeLists.txt
@@ -16,6 +16,7 @@ add_compile_options(
16
-Wall
17
-Wpedantic
18
-Wno-gnu-zero-variadic-macro-arguments
19
+ -Wno-dollar-in-identifier-extension
20
)
21
22
file(GLOB LIB_CUSTOM_SRCS CONFIGURE_DEPENDS *.cpp ${LIB_COMMON_DIR}/react/renderer/components/${LIB_LITERAL}/*.cpp)
0 commit comments