Ignore:
Timestamp:
07/04/11 20:23:55 (13 years ago)
Author:
tbretz
Message:
Added warning for non virtual destructors.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/Makefile.in

    r11229 r11249  
    611611
    612612AM_CXXFLAGS = $(AM_CPPFLAGS) $(QT4_INCLUDES) \
    613    -Woverloaded-virtual -Wshadow -std=c++0x
     613   -Woverloaded-virtual -Wnon-virtual-dtor -Wshadow -std=c++0x
    614614
    615615
Note: See TracChangeset for help on using the changeset viewer.