Time Nick Message 14:38 PGimeno I'm getting warnings with current master in Raspbian with g++ 8.3.0: http://www.formauri.es/personal/pgimeno/pastes/mt-pi-warnings.txt 14:42 PGimeno I've removed a few that were somewhat similar to the second one 14:43 sfan5 I'm pretty sure the third was fixed already 14:43 sfan5 also the second is from -Wabi which should(?) have been removed 14:44 PGimeno I cloned about an hour ago 14:45 PGimeno is it in an unmerged PR or something? I don't see any commits from today 14:47 sfan5 not recently 14:49 sfan5 https://github.com/minetest/minetest/commit/7bdf5eae05f63a98a13e520f98e68b9e7d9d544b 14:49 sfan5 https://github.com/minetest/minetest/commit/e7b44c3295b904ee12ed4192ea4feff4ea4c6226 14:49 sfan5 ¯\_(ツ)_/¯ 15:00 PGimeno well, there's still a problem in the code 15:00 PGimeno https://github.com/minetest/minetest/blob/3a6dfda358112e2fb5d6f887a1a1e936eacddadd/src/util/srp.cpp#L341-L359 15:01 PGimeno returns (size_t)-1 when unknown 15:02 PGimeno that rings a bell, I think I already noted that at some point 15:03 PGimeno that's probably where the 4294967295 comes from 15:07 PGimeno http://irc.minetest.net/minetest-dev/2019-11-27#i_5615953 15:08 PGimeno maybe it could return 0 instead of -1 15:12 PGimeno indeed, replacing it with 0 removes the warning 15:22 sfan5 yeah sounds like good fix 17:48 rubenwardy Merging #10043 in 10 17:48 ShadowBot https://github.com/minetest/minetest/issues/10043 -- Fix typo by oilboi 18:35 rubenwardy !title https://forum.minetest.net/viewtopic.php?t=24935 18:35 ShadowBot rubenwardy: Minetest 5.3.0 release candidate 1 - Minetest Forums 19:35 rubenwardy Unconfirmed #10044 19:35 ShadowBot https://github.com/minetest/minetest/issues/10044 -- Android: Can only strafe right 21:12 sfan5 > (Only nerzhul has the ability to release to the play store, so the release candidate hasn't been added to the beta track) 21:12 sfan5 rubenwardy: if you can give me a signed apk I can add it 21:12 sfan5 signed = signed with the play store key 21:13 rubenwardy Only nerzhul has the signing key 21:13 rubenwardy Well, it's committed to our repo 21:13 rubenwardy But only nerzhul has the password to it 21:13 sfan5 I thought we had that?! 22:28 PGimeno http://irc.minetest.net/minetest-dev/2019-10-27#i_5606453 22:29 PGimeno it seems that key needs more keyholders 22:45 rubenwardy Definitely 22:45 rubenwardy C55 doesn't have the keys 22:46 rubenwardy He may have been given them in the past 23:59 rubenwardy #10046 23:59 ShadowBot https://github.com/minetest/minetest/issues/10046 -- Android: Fix only right strafe working by rubenwardy