mirror of
				https://github.com/webmproject/libwebp.git
				synced 2025-10-30 10:03:23 +01:00 
			
		
		
		
	makefile.unix: disable -Wvla by default
Rather than add bulk to test for the new flag, simply comment out -Wvla to keep the base makefile simple. -Wvla was added in gcc-4.3.0. Change-Id: I21feb456d7498ea628defb436a50c3d828e7f971
This commit is contained in:
		| @@ -41,7 +41,7 @@ EXTRA_FLAGS += -Wextra -Wold-style-definition | |||||||
| EXTRA_FLAGS += -Wmissing-prototypes | EXTRA_FLAGS += -Wmissing-prototypes | ||||||
| EXTRA_FLAGS += -Wmissing-declarations | EXTRA_FLAGS += -Wmissing-declarations | ||||||
| EXTRA_FLAGS += -Wdeclaration-after-statement | EXTRA_FLAGS += -Wdeclaration-after-statement | ||||||
| EXTRA_FLAGS += -Wvla | # EXTRA_FLAGS += -Wvla | ||||||
|  |  | ||||||
| #### Nothing should normally be changed below this line #### | #### Nothing should normally be changed below this line #### | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user