diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-09 13:58:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-28 23:42:34 +0200 |
| commit | 8d83952d0d2b8d330b4e930d7fff53e7760963d0 (patch) | |
| tree | a681f68a34386dc8af1577d72efb4cdba1d1f098 /wscript | |
| parent | 0dcacddac3ba086b16d5c0577f4a44c12dd564a9 (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', |
