[opendmarc-dev] OpenDMARC 1.1.0 Beta1 available
Murray S. Kucherawy
msk at blackops.org
Mon Feb 11 14:32:51 PST 2013
On Mon, 11 Feb 2013, Scott Kitterman wrote:
> opendmarc_xml.c: In function 'opendmarc_xml_parse':
> opendmarc_xml.c:581:2: warning: ignoring return value of 'fread', declared
> with attribute warn_unused_result [-Wunused-result]
The code casts fread() to void, explicitly ignoring the value. Too bad
it's still a warning. Fixed it up by doing something with the return
value.
> test_dmarc_parse.c:2:0: warning: "OPENDMARC_POLICY_C" redefined [enabled by
> default]
> In file included from test_dmarc_parse.c:1:0:
> ../opendmarc_internal.h:164:0: note: this is the location of the previous
> definition
Fixed.
> test_xml_parse.c: In function 'main':
> test_xml_parse.c:26:3: warning: ignoring return value of 'chdir', declared
> with attribute warn_unused_result [-Wunused-result]
Fixed.
All pushed to 'develop' if you want to try it without waiting for a Beta.
-MSK
More information about the opendmarc-dev
mailing list