RetroShare/libretroshare/src/gxs
Phenom 5c46a8fd4d Fix implicitly-declared operator= warnings
/libretroshare/src/gxs/rsgds.h:54: warning: implicitly-declared
'ContentValue& ContentValue::operator=(const ContentValue&)' is
deprecated [-Wdeprecated-copy]
   54 |     MsgLocMetaData(const MsgLocMetaData& meta){ msgId =
meta.msgId; val = meta.val;}

/libretroshare/src/gxs/rsgds.h:69: warning: implicitly-declared
'ContentValue& ContentValue::operator=(const ContentValue&)' is
deprecated [-Wdeprecated-copy]
   69 |     GrpLocMetaData(const GrpLocMetaData& meta){ grpId =
meta.grpId; val = meta.val;}

From 248 to 146 warnings.
2019-10-04 17:28:50 +02:00
..
gxssecurity.cc license fix in pqi 2018-05-28 22:03:39 +02:00
gxssecurity.h license fix in pqi 2018-05-28 22:03:39 +02:00
gxstokenqueue.cc Safer rsGxsChannel API 2018-11-09 12:41:08 +01:00
gxstokenqueue.h Safer rsGxsChannel API 2018-11-09 12:41:08 +01:00
rsdataservice.cc Avoid crash when subscribeToChannel is fed with invaled channel id 2019-09-28 00:12:56 +02:00
rsdataservice.h RsGxsDataAccess filtered getters do not return all messages if none matches 2018-11-09 23:46:21 +01:00
rsgds.h Fix implicitly-declared operator= warnings 2019-10-04 17:28:50 +02:00
rsgenexchange.cc Add support for GxsChanges as RsEvents 2019-05-03 16:57:38 +02:00
rsgenexchange.h Add support for GxsChanges as RsEvents 2019-05-03 16:57:38 +02:00
rsgixs.h Safer rsids API 2019-05-02 09:55:53 +02:00
rsgroups.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
rsgxs.h license fix in pqi 2018-05-28 22:03:39 +02:00
rsgxsdata.cc license fix in pqi 2018-05-28 22:03:39 +02:00
rsgxsdata.h Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
rsgxsdataaccess.cc Avoid crash when subscribeToChannel is fed with invaled channel id 2019-09-28 00:12:56 +02:00
rsgxsdataaccess.h Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
rsgxsnetservice.cc Refactor RsReputations for compatibility with JSON API 2019-02-15 15:29:36 -03:00
rsgxsnetservice.h Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
rsgxsnettunnel.cc fixed retroshare.project email in licenses 2018-11-11 20:42:48 +01:00
rsgxsnettunnel.h fixed retroshare.project email in licenses 2018-11-11 20:42:48 +01:00
rsgxsnetutils.cc Safer rsids API 2019-05-02 09:55:53 +02:00
rsgxsnetutils.h Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
rsgxsrequesttypes.cc license fix in pqi 2018-05-28 22:03:39 +02:00
rsgxsrequesttypes.h Merge branch 'master' into jsonapi 2018-07-23 13:44:01 +02:00
rsgxsutil.cc Fix clang warning for 2019-04-04 21:20:25 +02:00
rsgxsutil.h Fix clang warning for 2019-04-04 21:06:01 +02:00
rsnxs.h Refactor RsReputations for compatibility with JSON API 2019-02-15 15:29:36 -03:00
rsnxsobserver.h fixed merge with upstream/master 2018-07-19 23:22:24 +02:00
UseCases.txt added more virtual methods to network exchange service 2012-04-01 21:10:55 +00:00