FYI, I pushed this change: +#define passert(pred) { \ + /* Shorter if(!(pred)) suppresses -Wparen */ \ + if (pred); else { \ + libreswan_passert_fail(#pred, __FILE__, \ + __LINE__); \ + } \ } so that -Wparen will catch the problem like it should.
---------- Forwarded message ---------- From: D. Hugh Redelmeier <h...@vault.libreswan.fi> Date: 11 February 2015 at 19:50 Subject: [Swan-commit] Changes to ref refs/heads/master To: swan-com...@lists.libreswan.org New commits: commit 843d659e8c507c5bd67dfb37e7069bb3cf845b9a Author: D. Hugh Redelmeier <h...@mimosa.com> Date: Wed Feb 11 19:50:01 2015 -0500 pluto: = should be == _______________________________________________ Swan-commit mailing list swan-com...@lists.libreswan.org https://lists.libreswan.org/mailman/listinfo/swan-commit _______________________________________________ Swan-dev mailing list Swan-dev@lists.libreswan.org https://lists.libreswan.org/mailman/listinfo/swan-dev