schnedann
schnedann
Ok, then, it's a feature request now :-) [as Psi+ is the only client I know which I can talk with OTR and OMEMO users at the same time...]
a.) what version of compiler you use (my guess, a very recent gcc) ? b.) can you verify if the problem also exists on an different, older compiler version?
> I think a better way would be to modify struct mqtt_client and add a state field that gets updated when MQTT_CONTROL_CONNACK is received. All of the other error cases...
yes, in the meantime the links displayed by psi+ work. Of course its a pain to copy and paste em by hand to e.g. a browser to actually view the...
yes, my fix is just copy/paste to add more specializations... guess one can rewrite it more clever and more general without specializations but using static_assert to test for integer an...
recompiled, just started it with KDE - seems to work so far. Thx. Will use in the next view days to see if its stable
Just to clarify, that build is no project of mine - just clone rapidjson, create a build directory, start an out of source build of the CMakeLists.txt (https://github.com/Tencent/rapidjson/blob/master/CMakeLists.txt) supplied by...
just tested, when I add `-Wno-error=class-memaccess`, the compiler gets futher in code, but then another issue pops up: ```c++ /external/rapidjson/include/rapidjson/internal/regex.h:301:21: error: this statement may fall through [-Werror=implicit-fallthrough=] 301 | if...
Yes, thats obvious. Already implemented it that way as a temporary fix. But for production software shipped to customers I would prefer a official release, that builds ok out of...