From 2c1300e8b921ba945d7a03e8a4706fcfc12d49aa Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 2 Apr 2006 14:05:21 +0000 Subject: [PATCH] Compile with -Wall. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 716c9c8..b7cc597 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CXXFLAGS=-O2 +CXXFLAGS=-O2 -Wall CPPFLAGS= all: pitch -- 2.39.2