diff options
author | Johns <johns98@gmx.net> | 2012-04-01 17:02:15 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-04-01 17:02:15 +0200 |
commit | f86fa4edd7e493d4fc5ffc444d4f09c098a07a4c (patch) | |
tree | c7065b63d1e2379a1d594d05a0f1934261e5d063 | |
parent | 7f8110557f238abff470e6f009d49b87f26aa587 (diff) | |
download | vdr-plugin-softhddevice-f86fa4edd7e493d4fc5ffc444d4f09c098a07a4c.tar.gz vdr-plugin-softhddevice-f86fa4edd7e493d4fc5ffc444d4f09c098a07a4c.tar.bz2 |
VDR 1.7.27 suggested change.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ CXX ?= g++ CFLAGS ?= -g -O2 -W -Wall -Wextra -Winit-self \ -Wdeclaration-after-statement \ -ftree-vectorize -msse3 -flax-vector-conversions -CXXFLAGS ?= -g -O2 -W -Wall -Wextra -Woverloaded-virtual +CXXFLAGS ?= -g -O2 -W -Wall -Wextra -Werror=overloaded-virtual ### The directory environment: |