The warning triggered in some places including the SoPlex code. I fixed the places in our code and ignored the warning while importing SoPlex.
The pull request is here: https://github.com/aibasel/downward/pull/177
In issue1107 we found a useful check that is not enabled by "-Wall -Wextra -Wpedantic". It checks that 0 is not used in place of nullptr, which we want to do anyway.
messages:
+ msg11340 summary: Related to issue1107 and issue1096. -> Related to issue1107 and issue1096.
Pull request: https://github.com/aibasel/downward/pull/177