Skip to content
  • info@mobile-stream.com's avatar
    main/gnats: fix build with gcc8 (-Werror too strict) · a9d42623
    info@mobile-stream.com authored
    gcc8 reports one meaningful -Wpointer-compare (mail.c) bug and
    a pair of harmless -Wimplicit-fallthrough (misc.c, regex.c) cases.
    
    The mail.c patch could be replaced with -Wno-error=pointer-compare
    if the code behaviour change is too risky (upstream seems dead).
    a9d42623