Files @ e63427c2da8a
Branch filter:

Location: libtransport.git/tests/libtransport/main.h

Steffen Vogel
fix a lot of compiler warnings thrown by newer GCC versions

mostly warnings about:
- comparison differing in signedness
- unused functions and variables
- some casts
1
2
3
4
5
6
#ifndef TESTS_MAIN_H
#define TESTS_MAIN_H
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>

#endif