removed compilation warning

This commit is contained in:
csoler 2016-06-11 18:07:07 -04:00
parent 248d0c42d3
commit 34f49d4ae8

View File

@ -62,7 +62,7 @@ const uint8_t RS_PKT_SUBTYPE_FILE_ITEM = 0x02;
/**************************************************************************/
#warning should make these items use a clean serialise code, and all derive from the same item type.
// We should make these items use a clean serialise code, and all derive from the same item type.
class RsPeerNetItem: public RsItem
{