mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Fix some warnings
This commit is contained in:
parent
9c68bcbca4
commit
443ffb9f85
14 changed files with 14 additions and 14 deletions
|
@ -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 ;
|
||||
|
||||
|
||||
|
|
|
@ -160,7 +160,7 @@
|
|||
#include "serialiser/rsserial.h"
|
||||
#include "util/rsdeprecate.h"
|
||||
|
||||
class RsItem ;
|
||||
struct RsItem;
|
||||
|
||||
#define SERIALIZE_ERROR() std::cerr << __PRETTY_FUNCTION__ << " : "
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue