Declare prototype of non-static functions

Certain non-`static` functions were missing prototype declarations,
triggering a compiler warning.

This was due to a missing header or due to a bug in boost.

This commit resolves this situation.
This commit is contained in:
Alessandro Di Federico
2018-09-24 22:03:50 +02:00
parent e74ee1431d
commit 6bb7f4e8f1
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
// Boost includes
#define BOOST_TEST_MODULE StackAnalysis
bool init_unit_test();
#include <boost/test/unit_test.hpp>
// Local includes