Commit 7b9d0c1
authored
[SPEC2017] Add CMAKE_C_FLAGS
Without this patch, an error will occurs:
```
cpu2017/benchspec/CPU/527.cam4_r/src/mpi.c:23:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
23 | FORT_NAME( mpi_init_fort , MPI_INIT_FORT)
| ^
| int
```-Wno-implicit-int for 527.cam4_r. (llvm#284)1 parent 79a9dc6 commit 7b9d0c1
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
0 commit comments