blob: a2a12f28f3d8bce754198e68937795899ee19560 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- astropy/wcs/setup_package.py.orig 2016-03-10 22:20:43 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'])
|