Files
i3/include
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
..
2016-02-25 18:36:22 +01:00
2017-05-15 21:06:38 +02:00
2017-09-23 03:22:20 +03:00
2016-10-23 21:09:24 +02:00
2017-01-22 14:08:32 -08:00
2017-09-13 17:41:05 +02:00
2016-10-23 21:09:24 +02:00
2016-11-08 13:46:43 -08:00
2017-09-16 13:49:19 +03:00
2016-10-23 21:09:24 +02:00