Remove -Werror, does not compile on GCC due to warning in source SDK.
This commit is contained in:
		
							parent
							
								
									b2b29cb33f
								
							
						
					
					
						commit
						ba7fedca6e
					
				| @ -200,7 +200,7 @@ class SMConfig(object): | |||||||
|       '-pipe', |       '-pipe', | ||||||
|       '-fno-strict-aliasing', |       '-fno-strict-aliasing', | ||||||
|       '-Wall', |       '-Wall', | ||||||
|       '-Werror', | #      '-Werror', | ||||||
|       '-Wno-unused', |       '-Wno-unused', | ||||||
|       '-Wno-switch', |       '-Wno-switch', | ||||||
|       '-Wno-array-bounds', |       '-Wno-array-bounds', | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user