Skip to content

Commit

Permalink
BUILD: Remove the warning against non-virtual destructors
Browse files Browse the repository at this point in the history
Unfortunately, OGRE is a heavy offender...
  • Loading branch information
DrMcCoy committed Mar 20, 2014
1 parent 366e045 commit 7f15e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LIBSL = $(XOREOS_LIBS) $(ZLIB_LIBS) \
FLAGS_C_CXX = -I$(top_srcdir) -I$(top_srcdir)/src/ -ggdb -Wall -Wno-multichar \
-Wpointer-arith -Wshadow $(WERROR) -DGLEW_STATIC
FLAGS_C =
FLAGS_CXX = -Wnon-virtual-dtor
FLAGS_CXX =

AM_CFLAGS = $(FLAGS_C_CXX) $(FLAGS_C) $(LIBSF_C_CXX) $(LIBSF_C)
AM_CXXFLAGS = $(FLAGS_C_CXX) $(FLAGS_CXX) $(LIBSF_C_CXX) $(LIBSF_CXX)
Expand Down

0 comments on commit 7f15e59

Please sign in to comment.