[Bugs] [Bug 1198849] Minor improvements and cleanup for the build system
bugzilla at redhat.com
bugzilla at redhat.com
Sun Jul 17 13:37:01 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1198849
--- Comment #80 from Vijay Bellur <vbellur at redhat.com> ---
COMMIT: http://review.gluster.org/14933 committed in master by Jeff Darcy
(jdarcy at redhat.com)
------
commit 3af889f02722f4636d2ea30570de6477e8b5a3a9
Author: Niels de Vos <ndevos at redhat.com>
Date: Sat Jul 16 14:21:47 2016 +0200
build: correctly format some (s)size_t messages
On 32-bit builds the are are warnings like these:
posix.c:6438: warning: format '%ld' expects type 'long int', but
argument 11 has type 'ssize_t'
Instead of using "%l" for (signed) size_t variables, "%z" should be
used.
BUG: 1198849
Change-Id: I6f57b5e8ea174dd9e3056aff5da685e497894ccf
Signed-off-by: Niels de Vos <ndevos at redhat.com>
Reviewed-on: http://review.gluster.org/14933
NetBSD-regression: NetBSD Build System <jenkins at build.gluster.org>
CentOS-regression: Gluster Build System <jenkins at build.gluster.org>
Reviewed-by: Kaleb KEITHLEY <kkeithle at redhat.com>
Smoke: Gluster Build System <jenkins at build.gluster.org>
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=cIKm04HXT8&a=cc_unsubscribe
More information about the Bugs
mailing list