File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
run : |
24
24
echo "CI=false" >> "$GITHUB_ENV"
25
25
- name : Test No-Op (debug)
26
- run : clang -O0 -fstack-protector-all tests\noop.c -I. -DFIO_LEAK_COUNTER=1 -DDEBUG -D_CRT_NONSTDC_NO_WARNINGS -o ./noop.exe && ./noop.exe
26
+ run : clang -O0 -Wno-#pragma-messages - fstack-protector-all tests\noop.c -I. -DFIO_LEAK_COUNTER=1 -DDEBUG -D_CRT_NONSTDC_NO_WARNINGS -o ./noop.exe && ./noop.exe
27
27
- name : Test STL (debug) - no allocators
28
- run : clang -O0 -fstack-protector-all tests\stl.c -I. -DFIO_MEMORY_DISABLE=1 -DFIO_LEAK_COUNTER=1 -D_CRT_NONSTDC_NO_WARNINGS -DDEBUG -o ./stld.exe && ./stld.exe
28
+ run : clang -O0 -Wno-#pragma-messages - fstack-protector-all tests\stl.c -I. -DFIO_MEMORY_DISABLE=1 -DFIO_LEAK_COUNTER=1 -D_CRT_NONSTDC_NO_WARNINGS -DDEBUG -o ./stld.exe && ./stld.exe
29
29
- name : Test fio_malloc speed
30
- run : clang -O3 -march=native tests\malloc.c -I. -o ./malloc.exe && ./malloc.exe
30
+ run : clang -O3 -Wno-#pragma-messages - march=native tests\malloc.c -I. -o ./malloc.exe && ./malloc.exe
31
31
- name : Test STL
32
- run : clang -O3 -march=native tests\stl.c -DFIO_LEAK_COUNTER=1 -D_CRT_NONSTDC_NO_WARNINGS -I. -o ./stl.exe && ./stl.exe
32
+ run : clang -O3 -Wno-#pragma-messages - march=native tests\stl.c -DFIO_LEAK_COUNTER=1 -D_CRT_NONSTDC_NO_WARNINGS -I. -o ./stl.exe && ./stl.exe
You can’t perform that action at this time.
0 commit comments