diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-05-26 18:47:06 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-05-26 18:47:06 +0200 | 
| commit | 025396cded105cac80a19e715d5011723a888b23 (patch) | |
| tree | 27032b01cd670727eaf5272b422592f229f187a6 | |
| parent | bc64a989bc91cbf2acf06bbbdc402861e31aab81 (diff) | |
Remove warning that breaks compilation on some (older) versions of Qt.
| -rw-r--r-- | ctor.cc | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -63,6 +63,7 @@ BuildConfigurations myConfigs()  				.cxxflags = {  					"-fPIC",  					"-Wall", "-Werror", "-Wextra",// "-Wconversion", +					"-Wno-deprecated-copy",  					"-g",  				},  			}, @@ -93,6 +94,7 @@ BuildConfigurations myConfigs()  				.cxxflags = {  					"-fPIC",  					"-Wall", "-Werror", "-Wextra",// "-Wconversion", +					"-Wno-deprecated-copy",  					"-g",  				},  			}, | 
