Skip to content

Commit d88d130

Browse files
author
埃博拉酱
committed
#warning需要双引号
1 parent abb2a46 commit d88d130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libc-symbols.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
Some test components that use -ffast-math are currently not part of
8080
IS_IN (testsuite) for technical reasons, so we have a secondary override. */
8181
#if defined __FAST_MATH__ && !defined TEST_FAST_MATH
82-
#warning 检测到优化选项为-Ofast。这理论上不会导致问题,但如果出现了意外的奇怪异常可以考虑此处。
82+
#warning "检测到优化选项为-Ofast。这理论上不会导致问题,但如果出现了意外的奇怪异常可以考虑此处。"
8383
#endif
8484

8585
/* When PIC is defined and SHARED isn't defined, we are building PIE

0 commit comments

Comments
 (0)