We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40a2dd commit 21da6d2Copy full SHA for 21da6d2
1 file changed
include/third_party/incbin.h
@@ -145,8 +145,8 @@
145
#if defined(TARGET_OS_IPHONE) && !defined(INCBIN_SILENCE_BITCODE_WARNING)
146
#warning
147
"incbin is incompatible with bitcode. Using the library will break upload to App Store if you have "
148
-"bitcode enabled. Add `#define INCBIN_SILENCE_BITCODE_WARNING` before including this header to "
149
-"silence this warning."
+ "bitcode enabled. Add `#define INCBIN_SILENCE_BITCODE_WARNING` before including this header to "
+ "silence this warning."
150
#endif
151
/* The directives are different for Apple branded compilers */
152
#define INCBIN_SECTION INCBIN_OUTPUT_SECTION "\n"
0 commit comments