]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - graphics/omap5-sgx-ddk-linux.git/commitdiff
K3.12: Disable the warning for missing prototypes
authorAnand Balagopalakrishnan <anandb@ti.com>
Mon, 9 Jun 2014 09:38:03 +0000 (15:08 +0530)
committerAnand Balagopalakrishnan <anandb@ti.com>
Fri, 13 Jun 2014 12:20:20 +0000 (17:50 +0530)
* In K3.12, missing-prototypes warning causes compilation errors for NOP cache
* operations.
* Disable this warning

Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
eurasia_km/eurasiacon/build/linux2/buildvars.mk

index f3f5accce92de15e611e3a981db73933429b4bac..5efff06f844a4089af367ef0cbf1465599fcee27 100644 (file)
@@ -66,7 +66,7 @@ COMMON_FLAGS = -W -Wall
 #
 COMMON_CFLAGS := $(COMMON_FLAGS) \
  -Wdeclaration-after-statement -Wno-format-zero-length \
- -Wmissing-prototypes -Wstrict-prototypes
+ -Wstrict-prototypes
 
 # Additional warnings, and optional warnings.
 #