fix #warning directive so the test could actually compile :)
This commit is contained in:
parent
10c1b050c7
commit
6001d3eab9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#ifdef NO_WCHAR
|
#ifdef NO_WCHAR
|
||||||
|
|
||||||
#warn "this test checks C99 features, but NO_WCHAR is defined so the test will most definitely fail."
|
#warning "this test checks C99 features, but NO_WCHAR is defined so the test will most definitely fail."
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue