Date: Thu, 18 Sep 2014 01:48:49 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 193729] New: error: format specifies type Message-ID: <bug-193729-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193729 Bug ID: 193729 Summary: error: format specifies type Product: Base System Version: 11.0-CURRENT Hardware: amd64 OS: Any Status: Needs Triage Severity: Affects Many People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: misho@elwix.org Created attachment 147421 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147421&action=edit Patch for issue When start compiling 64bits kernel with alq support we faced with this error. /home/fbsd_work.src/src/sys/net80211/ieee80211_alq.c:89:7: error: format specifies type 'int' but the argument has type 'unsigned long' [-Werror,-Wformat] sizeof(struct ieee80211_alq_rec)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. *** [ieee80211_alq.o] Error code 1 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193729-8>