Skip to content
Snippets Groups Projects
Commit 65a9101d authored by Henry Weller's avatar Henry Weller
Browse files

More warning messages.

parent 3345fd83
Branches
Tags
No related merge requests found
.SUFFIXES: .C .cxx .cc .cpp
c++WARN = -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wold-style-cast
c++WARN = -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual
CC = g++ -m64
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment