| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent be85d5a commit 3bf2371
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -98,6 +98,7 @@ | |||
| 98 | 98 | '-W', | |
| 99 | 99 | '-Wno-unused-parameter', | |
| 100 | 100 | '-Werror=undefined-inline', | |
| 101 | + '-Werror=extra-semi', | ||
| 101 | 102 | ], | |
| 102 | 103 | }, | |
| 103 | 104 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | 28 | 'conditions': [ | |
| 29 | 29 | [ 'clang==1', { | |
| 30 | - 'cflags': [ '-Werror=undefined-inline', ] | ||
| 30 | + 'cflags': [ '-Werror=undefined-inline', '-Werror=extra-semi'] | ||
| 31 | 31 | }], | |
| 32 | 32 | [ '"<(_type)"=="executable"', { | |
| 33 | 33 | 'msvs_settings': { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments