patch_parse.c
32 KB
-
patch_parse: silence maybe-uninitialized warning · 37ae0079
When building libgit2 with the release build type, then GCC complains about mode being potentially uninitialized. While this seems to be a false positive, let's silence this warning by zero-initializing the mode.
Patrick Steinhardt committed