mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
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:
@@ -7,6 +7,7 @@
|
||||
|
||||
// Boost includes
|
||||
#define BOOST_TEST_MODULE StackAnalysis
|
||||
bool init_unit_test();
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
// Local includes
|
||||
|
||||
Reference in New Issue
Block a user