Ticket #63951: remove-Warray-bounds.patch

File remove-Warray-bounds.patch, 348 bytes (added by ballapete (Peter "Pete" Dyballa), 2 years ago)

Patch to remove the inadequate compiler option -Warray-bounds

  • gdraheim-zziplib-6b6242e/zzip/CMakeLists.txt

    old new  
    110110        # -Wdeclaration-after-statement
    111111        -Werror-implicit-function-declaration
    112112        -Wstrict-aliasing
    113         -Warray-bounds
    114113    )
    115114endif()
    116115