VDR 1.7.27 suggested change.

This commit is contained in:
Johns 2012-04-01 17:02:15 +02:00
parent 7f8110557f
commit f86fa4edd7
1 changed files with 1 additions and 1 deletions

View File

@ -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: