Files
i3/src
Michael Stapelberg 21cdcdb07c Fix compilation warnings on all Debian architectures. (#3007)
stbuf.st_size is of type off_t, which the standard defines as “extended signed
integral type”¹, and for which there is no correct printf format string. Hence,
we need to cast it into a hopefully-large-enough type (ugh) and use the
corresponding format string. In our case, int64_t should do it, as config files
really shouldn’t be anywhere close to those numbers.

① http://pubs.opengroup.org/onlinepubs/007908799/xsh/systypes.h.html
2017-09-30 10:16:21 -07:00
..
2017-09-19 14:57:08 +00:00
2017-09-13 17:41:05 +02:00
2017-09-17 15:37:17 +03:00
2017-09-13 08:23:24 +00:00
2017-09-13 08:23:24 +00:00