mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Moved -Wparentheses suppression before the push for GCC
Because of bugs in GCC 4 & 5 that prevent _Pragma from working :-(
This commit is contained in:
		@@ -18,7 +18,7 @@
 | 
				
			|||||||
#    endif
 | 
					#    endif
 | 
				
			||||||
#elif defined __GNUC__
 | 
					#elif defined __GNUC__
 | 
				
			||||||
#    pragma GCC diagnostic ignored "-Wunused-variable"
 | 
					#    pragma GCC diagnostic ignored "-Wunused-variable"
 | 
				
			||||||
#    pragma GCC diagnostic push
 | 
					 | 
				
			||||||
#    pragma GCC diagnostic ignored "-Wparentheses"
 | 
					#    pragma GCC diagnostic ignored "-Wparentheses"
 | 
				
			||||||
 | 
					#    pragma GCC diagnostic push
 | 
				
			||||||
#    pragma GCC diagnostic ignored "-Wpadded"
 | 
					#    pragma GCC diagnostic ignored "-Wpadded"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user