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 abb2a46 commit d88d130Copy full SHA for d88d130
src/libc-symbols.h
@@ -79,7 +79,7 @@
79
Some test components that use -ffast-math are currently not part of
80
IS_IN (testsuite) for technical reasons, so we have a secondary override. */
81
#if defined __FAST_MATH__ && !defined TEST_FAST_MATH
82
-#warning 检测到优化选项为-Ofast。这理论上不会导致问题,但如果出现了意外的奇怪异常可以考虑此处。
+#warning "检测到优化选项为-Ofast。这理论上不会导致问题,但如果出现了意外的奇怪异常可以考虑此处。"
83
#endif
84
85
/* When PIC is defined and SHARED isn't defined, we are building PIE
0 commit comments