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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"