Skip to content
  • info@mobile-stream.com's avatar
    main/librevenge: fix build with gcc8 (-Werror too strict) · ab5d6426
    info@mobile-stream.com authored
    gcc8 reveals two -Wparentheses cases (harmless, though fixed in upstream)
    and one -Wimplicit-fallthrough case (intentional but improperly commented).
    
    And since upstream also disabled -Werror by default, just do the same in
    APKBUILD for easier removal on version upgrade.
    ab5d6426