diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-09 13:58:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-09 13:58:41 +0200 |
| commit | 4237e4a2029eb2035cf8a5fda3e71dbe65ffa989 (patch) | |
| tree | c74f7da8a5f30ef54385c95a18e0f18c050f7b15 /wscript | |
| parent | b915348a8288d68e2ff114fb3dd89ad22e699969 (diff) | |
Warn about missing override labels.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,6 +109,7 @@ def configure(conf): '-Wall', '-Wextra', '-Wwrite-strings', + '-Wsuggest-override', '-Wno-error=deprecated', # I tried and failed to ignore these with _Pragma '-Wno-ignored-qualifiers', |
