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

Unified Diff: Makefile

Issue 6812006: Enable -Wall -Werror and fix 2 compile-errors it would introduce. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/speech_synthesis.git@master
Patch Set: Created 9 years, 8 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
« no previous file with comments | « no previous file | earcon_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 7b5034b857a991006560bf1251c474f77b62a92d..3e72c853a16bf40cfa2c790e81857f2ece9db3fd 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ CXX ?= g++
LDFLAGS = -lpthread -lm -lasound -lpico -lresample -lchromeos -lrt -lbase
CCFLAGS = $(CFLAGS) \
+ -Wall -Werror \
-I. \
-I/build/x86_generic/usr/include \
-L/build/x86_generic/usr/lib
« no previous file with comments | « no previous file | earcon_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698