Ticket #65933: patch-git-older-gcc-deprecated.diff
File patch-git-older-gcc-deprecated.diff, 365 bytes (added by kencu (Ken), 2 years ago) |
---|
-
git-compat-util.h
old new 190 190 #define _SGI_SOURCE 1 191 191 192 192 #if defined(__GNUC__) 193 #define UNUSED __attribute__((unused)) \ 194 __attribute__((deprecated ("parameter declared as UNUSED"))) 193 #define UNUSED __attribute__((unused)) 195 194 #else 196 195 #define UNUSED 197 196 #endif