Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: src/platform/vboot_reference/Makefile

Issue 744002: Vboot Reference: Make length types explicitly sized. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/platform/vboot_reference/Makefile
diff --git a/src/platform/vboot_reference/Makefile b/src/platform/vboot_reference/Makefile
index 109549db4f4f93a7bdc3f071e2cdc550c4ce526e..9d80a43d49180c973567650e630c9a89fb3ed4bd 100644
--- a/src/platform/vboot_reference/Makefile
+++ b/src/platform/vboot_reference/Makefile
@@ -3,7 +3,7 @@
# found in the LICENSE file.
export CC ?= gcc
-export CFLAGS = -Wall -ansi -DNDEBUG -O3
+export CFLAGS = -Wall -DNDEBUG -O3 -Werror
export TOP = $(shell pwd)
export INCLUDEDIR = $(TOP)/include
export INCLUDES = -I$(INCLUDEDIR)
« no previous file with comments | « no previous file | src/platform/vboot_reference/crypto/Makefile » ('j') | src/platform/vboot_reference/utils/firmware_image.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698