New commits:
commit d451f77d58f00986bb0605d4948be67a26385b31
Author: D. Hugh Redelmeier <h...@mimosa.com>
Date:   Fri Jan 18 10:58:57 2019 -0500

    make older GCC's happy
    
    All these were prompted by diagnostics from GCC 4.8.5.  They probably
    matter for other GCCs.
    
    - GCC does not consider EMPTY_CHUNK a constant: don't use it as a
      static initializer.
    
    - GCC doesn't completely understand the way we initialized a
      sub-struct field in a struct initializer.  Rewrite in a way that it
      does understand.
    
    - GCC had stricter field initialization enforcement.  Initialize fields
      uselessly to silence it.

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

Reply via email to