Pedro Ramalhais wrote:
>This patch removes these two warnings on amd64:
>
>
Applied as commit-id 2900ee9bfcd6f90abd9744f4fa323140b73a9489.
Will show up on bughost.org soon (have to get GIT updated on this
machine before it will send the overlay update...)
Thanks,
James
>/home/users/r/ra/ramalhais/wireless/ieee80211-1.0.1/ieee80211_rx.c: In
>function `ieee80211_handle_assoc_resp':
>/home/users/r/ra/ramalhais/wireless/ieee80211-1.0.1/ieee80211_rx.c:987:
>warning: int format, different type arg (arg 4)
>/home/users/r/ra/ramalhais/wireless/ieee80211-1.0.1/ieee80211_rx.c:987:
>warning: int format, different type arg (arg 4)
>
>Signed-Off-By: Pedro Ramalhais <ram...@se...>
>--
>Pedro Ramalhais
>
>
>------------------------------------------------------------------------
>
>diff -uprN ieee80211-1.0.1/ieee80211_rx.c ieee80211-1.0.1_amd64-warnings-clean/ieee80211_rx.c
>--- ieee80211-1.0.1/ieee80211_rx.c 2005-07-11 09:02:03.000000000 -0700
>+++ ieee80211-1.0.1_amd64-warnings-clean/ieee80211_rx.c 2005-07-12 20:23:49.000000000 -0700
>@@ -987,7 +987,7 @@ static int ieee80211_handle_assoc_resp(
> IEEE80211_DEBUG_QOS(
> "ASSOC RESP: parse failed: "
> "info_element->len + 2 > left : "
>- "info_element->len+2=%d left=%d, id=%d.\n",
>+ "info_element->len+2=%zd left=%d, id=%d.\n",
> info_element->len +
> sizeof(struct ieee80211_info_element),
> left, info_element->id);
>
>
|