Ticket #63951: remove-Warray-bounds.patch
File remove-Warray-bounds.patch, 348 bytes (added by ballapete (Peter "Pete" Dyballa), 3 years ago) |
---|
-
gdraheim-zziplib-6b6242e/zzip/CMakeLists.txt
old new 110 110 # -Wdeclaration-after-statement 111 111 -Werror-implicit-function-declaration 112 112 -Wstrict-aliasing 113 -Warray-bounds114 113 ) 115 114 endif() 116 115