Fix some warnings

This commit is contained in:
Gioacchino Mazzurco 2018-01-22 15:02:33 +01:00
parent 9c68bcbca4
commit 443ffb9f85
14 changed files with 14 additions and 14 deletions

View file

@ -64,7 +64,7 @@ const uint8_t RS_PKT_CLASS_CONFIG = 0x02;
const uint8_t RS_PKT_SUBTYPE_DEFAULT = 0x01; /* if only one subtype */
class RsItem ;
struct RsItem;
class RsSerialType ;

View file

@ -160,7 +160,7 @@
#include "serialiser/rsserial.h"
#include "util/rsdeprecate.h"
class RsItem ;
struct RsItem;
#define SERIALIZE_ERROR() std::cerr << __PRETTY_FUNCTION__ << " : "