Date: Sun, 11 Feb 2018 17:07:21 -0700 From: Ian Lepore <ian@freebsd.org> To: Scott Long <scottl@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r329137 - in head/sys/dev: mpr mps Message-ID: <1518394041.32585.240.camel@freebsd.org> In-Reply-To: <201802112015.w1BKFlkh026585@repo.freebsd.org> References: <201802112015.w1BKFlkh026585@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2018-02-11 at 20:15 +0000, Scott Long wrote: > Author: scottl > Date: Sun Feb 11 20:15:47 2018 > New Revision: 329137 > URL: https://svnweb.freebsd.org/changeset/base/329137 > > Log: > Print out the shared memory queues during initialization > > Sponsored by: Netflix > > Modified: > head/sys/dev/mpr/mpr.c > head/sys/dev/mps/mps.c > FYI, I'm getting several errors like this building for i386... /b/staging/freebsd/head/src/sys/dev/mps/mps.c:1317:6: error: format specifies type 'unsigned long' but the argument has type 'bus_addr_t' (aka 'unsigned int') [-Werror,-Wformat] sc->free_busaddr, fqsize); ^~~~~~~~~~~~~~~~ /b/staging/freebsd/head/src/sys/dev/mps/mpsvar.h:664:39: note: expanded from macro 'mps_dprint' device_printf((sc)->mps_dev, msg, ##args); \ ^~~~ -- Ian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1518394041.32585.240.camel>