mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Removed a couple of noisy warnings
This commit is contained in:
		| @@ -386,11 +386,9 @@ | ||||
| 				USER_HEADER_SEARCH_PATHS = ../../include; | ||||
| 				WARNING_CFLAGS = ( | ||||
| 					"-Winit-self", | ||||
| 					"-Wmissing-include-dirs", | ||||
| 					"-Wswitch-enum", | ||||
| 					"-Wunused", | ||||
| 					"-Wredundant-decls", | ||||
| 					"-Wsign-promo", | ||||
| 				); | ||||
| 			}; | ||||
| 			name = Debug; | ||||
| @@ -408,11 +406,9 @@ | ||||
| 				USER_HEADER_SEARCH_PATHS = ../../include; | ||||
| 				WARNING_CFLAGS = ( | ||||
| 					"-Winit-self", | ||||
| 					"-Wmissing-include-dirs", | ||||
| 					"-Wswitch-enum", | ||||
| 					"-Wunused", | ||||
| 					"-Wredundant-decls", | ||||
| 					"-Wsign-promo", | ||||
| 				); | ||||
| 			}; | ||||
| 			name = Release; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash