GNOME Bugzilla – Bug 618782
Compiler warning in string templates
Last modified: 2011-01-15 15:14:03 UTC
Created attachment 161162 [details] Testcase The attached code leads to a warning which would be nice to silence: /tmp/warn.vala.c: In function ‘readContentsOfFile’: /tmp/warn.vala.c:73: warning: format ‘%zu’ expects type ‘size_t’, but argument 2 has type ‘__off_t’
Duplicate of Bug #618404 - Uses 32-bit x86 formatters for printing numeric values using printf, etc.
*** This bug has been marked as a duplicate of bug 618404 ***