Files
weston/src
Thierry Reding 6ac60c1791 compositor-wayland: Fix compiler warning
sizeof returns size_t, for which the correct printf specifier is %zu.
Fixes the following warning when building for ARMv7.

	src/compositor-wayland.c: In function 'wayland_output_get_shm_buffer':
	src/compositor-wayland.c:260:3: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'unsigned int' [-Wformat=]
	   weston_log("could not zalloc %ld memory for sb: %m\n", sizeof *sb);
	   ^

Signed-off-by: Thierry Reding <treding@nvidia.com>
2014-06-18 17:14:40 -07:00
..
2013-08-08 13:46:13 -07:00
2013-08-08 13:46:13 -07:00
2013-08-08 13:46:13 -07:00
2013-10-21 16:07:10 -07:00
2013-10-21 16:07:10 -07:00
2013-11-12 16:20:34 -08:00
2013-11-12 16:20:34 -08:00
2013-10-21 16:23:58 -07:00
2012-05-10 14:11:44 -04:00
2013-10-21 16:23:58 -07:00
2013-12-02 11:36:29 -08:00
2013-12-02 11:36:29 -08:00