util/nvramtool: Enable -Wmissing-prototypes
Change-Id: Id751250b07a495dc25293ff703602bfefa9011bd Signed-off-by: Jacob Garber <jgarber1@ualberta.ca> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33949 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
parent
f2a2137ae2
commit
b592917dcf
|
@ -19,7 +19,7 @@ PROGRAM = nvramtool
|
||||||
CC = gcc
|
CC = gcc
|
||||||
INSTALL = /usr/bin/env install
|
INSTALL = /usr/bin/env install
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
CFLAGS = -O2 -g -Wall -W -I. -DCMOS_HAL=1
|
CFLAGS = -O2 -g -Wall -W -Wmissing-prototypes -I. -DCMOS_HAL=1
|
||||||
#CFLAGS = -Os -Wall
|
#CFLAGS = -Os -Wall
|
||||||
|
|
||||||
CLI_OBJS = cli/nvramtool.o cli/opts.o
|
CLI_OBJS = cli/nvramtool.o cli/opts.o
|
||||||
|
|
Loading…
Reference in New Issue