[Swan-dev] Fwd: [Swan-commit] Changes to ref refs/heads/master

Andrew Cagney andrew.cagney at gmail.com
Thu Feb 12 04:05:28 EET 2015


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 <hugh at vault.libreswan.fi>
Date: 11 February 2015 at 19:50
Subject: [Swan-commit] Changes to ref refs/heads/master
To: swan-commit at lists.libreswan.org


New commits:
commit 843d659e8c507c5bd67dfb37e7069bb3cf845b9a
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Wed Feb 11 19:50:01 2015 -0500

    pluto: = should be ==

_______________________________________________
Swan-commit mailing list
Swan-commit at lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


More information about the Swan-dev mailing list