On 19/11/2019 18:03, selva.n...@gmail.com wrote:
> From: Selva Nair <selva.n...@gmail.com>
> 
> Some compilers (e.g., clang) only issue a warning for
> unsupported options unless an additional flag such
> as -Werror is used to convert the warning to an error.
> 
> The behaviour is unchanged when using gcc as it either
> errors or ignores unknown options whether or not -Werror
> is present.
> 
> Signed-off-by: Selva Nair <selva.n...@gmail.com>
> ---
> v2: Do not extend the macro to take an extra argument.
> Instead, add -Werror while doing the test.
> 
> The commit message and comment changed to match this.
> 
>  configure.ac | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
> 

Tested running ./configure and 'make' using gcc-4.3.8, gcc-8.3.1 and
clang-5.0.1.  With patch applied, everything works as expected and no
unexpected halts during these two steps.   Without this patch, clang-5.0.1
spits out lots of warnings related to -Wno-stringop-truncation.

Acked-By: David Sommerseth <dav...@openvpn.net>

-- 
kind regards,

David Sommerseth
OpenVPN Inc


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to