diff --git a/include/clients/rt/FluidDataSetWr.hpp b/include/clients/rt/FluidDataSetWr.hpp index 1fbb006..ebdc0a4 100644 --- a/include/clients/rt/FluidDataSetWr.hpp +++ b/include/clients/rt/FluidDataSetWr.hpp @@ -24,7 +24,7 @@ class DataSetWriterClient : public FluidBaseClient, OfflineIn, OfflineOut { public: FLUID_DECLARE_PARAMS( - DataSetClientRef::makeParam("dataSet", "DataSet Name"), + DataSetClientRef::makeParam("dataSet", "DataSet ID"), StringParam("labelPrefix","Label Prefix"), LongParam("labelOffset", "Label Counter Offset", 0), BufferParam("buf", "Data Buffer") diff --git a/include/wrapper/Messaging.hpp b/include/wrapper/Messaging.hpp index 47881b9..04052cc 100644 --- a/include/wrapper/Messaging.hpp +++ b/include/wrapper/Messaging.hpp @@ -251,7 +251,7 @@ struct FluidSCMessaging{ std::index_sequence_for()); auto ft = getInterfaceTable(); - ft->fSendNodeReply(ft->fGetNode(world,0), id, s.c_str(), + ft->fSendNodeReply(ft->fGetNode(world,0), static_cast(id), s.c_str(), static_cast(numArgs), values); delete[] values; diff --git a/include/wrapper/NonRealtime.hpp b/include/wrapper/NonRealtime.hpp index 4440924..6e01e4a 100644 --- a/include/wrapper/NonRealtime.hpp +++ b/include/wrapper/NonRealtime.hpp @@ -865,7 +865,7 @@ namespace impl { public: - static void setup(InterfaceTable* ft, const char* name) + static void setup(InterfaceTable* ft, const char*) { defineNRTCommand(); DefineCommandIf()();