Menu

#1304 Fix ipv6 test with CFLAGS=-Werror=implicit-function-declaration

closed-fixed
None
5
2013-11-14
2013-11-14
No

The ipv6 auto-detect test in configure returns a false negative when CFLAGS contains -Werror=implicit-function-declaration. (I have been using this flag to detect code issues that would result in SEGVs on x86_64-cygwin.) Patch attached.

1 Attachments

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2013-11-14
    • status: open --> closed-fixed
    • assigned_to: Daniel Stenberg
     
  • Daniel Stenberg

    Daniel Stenberg - 2013-11-14

    Thanks a lot, merged and pushed just now!