blob: b4b0629e40e8dab6f4ffdc13ec6216f67721ed96 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- astropy/wcs/setup_package.py.orig 2016-07-02 18:53:24 UTC
+++ astropy/wcs/setup_package.py
@@ -244,8 +244,7 @@ def get_wcslib_cfg(cfg, wcslib_files, in
'-Wno-strict-prototypes',
'-Wno-unused-function',
'-Wno-unused-value',
- '-Wno-uninitialized',
- '-Wno-unused-but-set-variable'])
+ '-Wno-uninitialized'])
|