[PATCH] wpa_supplicant: compilation error

Jouni Malinen j at w1.fi
Thu Feb 13 08:36:50 EST 2014


On Mon, Feb 10, 2014 at 05:26:16PM +0530, Narayanraddi wrote:
> Fix compilation error in wpa_supplicant

> diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile
> @@ -132,7 +132,7 @@ endif
>  ifdef CONFIG_EAPOL_TEST
> -CFLAGS += -Werror -DEAPOL_TEST
> +CFLAGS += -DEAPOL_TEST
>  endif

This does not look like a compilation error fix.. It looks more like
hiding a compilation warning. wpa_supplicant is expected to compile
without showing compilation warnings. What is the warning that this is
trying to work around?

-- 
Jouni Malinen                                            PGP id EFC895FA


More information about the HostAP mailing list