Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/ibm-public/postfix



Module Name:    src
Committed By:   rillig
Date:           Sat Dec 25 13:30:42 UTC 2021

Modified Files:
        src/external/ibm-public/postfix: Makefile.inc

Log Message:
postfix: enable lint again

Since init.c 1.229 from 2021-12-22, lint correctly parses and interprets
initializers with omitted braces, which are allowed by the C standards
but not recommended.

The warnings about empty declarations at file scope are suppressed
precisely.

Lint2 handles the generated .ln files fine in my local builds, I suspect
some truncated files as the cause for the unspecific "is broken" from
the comment.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/external/ibm-public/postfix/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index