diff options
| author | Dimitar Petrovski <dimeptr@gmail.com> | 2011-04-29 22:19:51 +0200 |
|---|---|---|
| committer | Dimitar Petrovski <dimeptr@gmail.com> | 2011-04-29 22:19:51 +0200 |
| commit | 7c6b0d167cdccd79c51d69ce6c938f1128fe7cda (patch) | |
| tree | e0a7e3d4fd7f12f42acb91e72700af530f3008cf /Makefile | |
| parent | 079b90c7d5eb112a3876d005303a0e4caffe5921 (diff) | |
| download | vdr-plugin-eepg-7c6b0d167cdccd79c51d69ce6c938f1128fe7cda.tar.gz vdr-plugin-eepg-7c6b0d167cdccd79c51d69ce6c938f1128fe7cda.tar.bz2 | |
remove some warnings
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
