diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-13 00:43:57 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-13 00:43:57 +0000 |
| commit | 5bdd9ac6ed266fa945b040d13278fda86acb911e (patch) | |
| tree | 14c4b4f117308b03fb40a1c85b9ceac895355439 /wscript | |
| parent | f6c8cbe839cc2b052af9ccd1c57f353d26ebcaf0 (diff) | |
Fix warning name typo.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ def configure(conf): # Remove auto_ptr warnings from libxml++-2.6 '-Wno-deprecated-declarations', '-Wno-ignored-qualifiers', - '-Wno-parantheses', + '-Wno-parentheses', '-D_FILE_OFFSET_BITS=64']) if conf.options.force_cpp11: |
