Wireshark-commits: [Wireshark-commits] master 4cebb06: Add -Werror when testing -m compiler flags.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 18 Jun 2014 04:28:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4cebb0686f85ad3ba6f21558419455b1877c78fa
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4cebb06 by Guy Harris (guy@xxxxxxxxxxxx):

    Add -Werror when testing -m compiler flags.
    
    As with -f flags, some compilers need -Werror to force the compiler to
    fail when passed an unknown -m flag.
    
    Also, if it's not a -W or -f or -m flag, don't forget to add it to
    CFLAGS and/or CXXFLAGS.
    
    And propagate a comment to the C++ flag testing.
    
    Change-Id: I53e0e59b34b10b9477c60ddd4f2e047b3b8be77f
    Reviewed-on: https://code.wireshark.org/review/2361
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  237669a   Update debian/symbols for the changed library ABIs
    adds  4cebb06   Add -Werror when testing -m compiler flags.


Summary of changes:
 acinclude.m4 |   20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)