search for: xtc_handl

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

Did you mean: xtc_handle
2018 Aug 01
1
[Bug 1275] New: if IPTC_DEBUG is defined, compiler reports errors
...39; #define CHECK(h) do { if (!getenv("IPTC_NO_CHECK")) do_check((h), __LINE__); } while(0) ^ libiptc.c:2153:2: note: in expansion of macro 'CHECK' CHECK(*handle); ^~~~~ libiptc.c:193:13: note: expected 'struct xtc_handle *' but argument is of type 'struct xtc_handle' static void do_check(struct xtc_handle *h, unsigned int line); ^~~~~~~~ libiptc.c: In function 'iptc_commit': libiptc.c:194:62: error: incompatible type for argument 1 of 'do_check' #define CHECK(h) do { if (...