From 7c6b0d167cdccd79c51d69ce6c938f1128fe7cda Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Fri, 29 Apr 2011 22:19:51 +0200 Subject: remove some warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3319320..d5a15f4 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -O2 -fPIC -Wall -Woverloaded-virtual +CXXFLAGS ?= -O2 -fPIC -Wall -Woverloaded-virtual -Wno-unused-result ### The directory environment: -- cgit v1.2.3