Commit f38b914
committed
Remove custom GCC warn flags
To fix build error on macOS where g++ is actually clang++:
error: unknown warning option '-Wstrict-null-sentinel' [-Werror,-Wunknown-warning-option]
See also:
- https://travis-ci.org/weisslj/cpp-optparse/jobs/292772674
- https://stackoverflow.com/questions/11714827/how-to-turn-on-literally-all-of-gccs-warnings
- https://stackoverflow.com/questions/19535422/os-x-10-9-gcc-links-to-clang
- https://docs.travis-ci.com/user/languages/c/#GCC-on-OS-X1 parent 100d9fa commit f38b914
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments