[Bug 193729] New: error: format specifies type
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Sep 18 01:48:49 UTC 2014
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 at FreeBSD.org
Reporter: misho at 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.
More information about the freebsd-bugs
mailing list