mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Removed "no-" from Wno-global-constructors when disabling
This commit is contained in:
		@@ -555,7 +555,6 @@
 | 
			
		||||
				WARNING_CFLAGS = (
 | 
			
		||||
					"-Weverything",
 | 
			
		||||
					"-Wno-disabled-macro-expansion",
 | 
			
		||||
					"-Wno-global-constructors",
 | 
			
		||||
				);
 | 
			
		||||
			};
 | 
			
		||||
			name = Debug;
 | 
			
		||||
@@ -569,7 +568,6 @@
 | 
			
		||||
				WARNING_CFLAGS = (
 | 
			
		||||
					"-Weverything",
 | 
			
		||||
					"-Wno-disabled-macro-expansion",
 | 
			
		||||
					"-Wno-global-constructors",
 | 
			
		||||
				);
 | 
			
		||||
			};
 | 
			
		||||
			name = Release;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user