From dbab37dc8ea0dd7de03f76b919bed557d851e7f8 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Mon, 4 Jan 2010 12:58:28 +0100 Subject: upps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 279aff8..0eec9a8 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VERSION = $(shell grep 'static const char VERSION\[\] *=' $(PLUGIN).c | awk '{ p ### The C++ compiler and options: CXX = g++ -CXXFLAGS = -O2 -fPIC -Wall -Wextra -Woverloaded-virtual -Weffc++ +CXXFLAGS = -O2 -fPIC -Wall -Wextra -Woverloaded-virtual ### The directory environment: -- cgit v1.2.3