src/torc/common/UnitTestMain.cpp, compilation errors
Brought to you by:
andrewgschmidt,
nsteiner
gcc 5.3.1, boost 1.60.0, SUSE Tumbleweed 42
src/torc/common/UnitTestMain.cpp:
For better or worse, Torc is set to report all warnings and treat them as errors (-Wall -Werror). This is probably a little too strict, given the interactions between Torc and different versions of GCC and Boost. You can look at this page to see some of the combinations of GCC and Boost that we have tested, or you can try relaxing the compiler settings on lines 53+ of torc/trunk/src/torc/Makefile.targets by removing -Werror and/or -Wall.