search for: iptc_read_counter

Displaying 1 result from an estimated 1 matches for "iptc_read_counter".

2018 Aug 01
1
[Bug 1275] New: if IPTC_DEBUG is defined, compiler reports errors
...ity: enhancement Priority: P5 Component: libiptc Assignee: netfilter-buglog at lists.netfilter.org Reporter: cscnull at gmail.com if IPTC_DEBUG is defined, compiler reports errors link this: In file included from libip4tc.c:113:0: libiptc.c: In function 'iptc_read_counter': libiptc.c:194:62: error: incompatible type for argument 1 of 'do_check' #define CHECK(h) do { if (!getenv("IPTC_NO_CHECK")) do_check((h), __LINE__); } while(0) ^ libiptc.c:2153:2: note: in expansion of macro '...