summaryrefslogtreecommitdiff
path: root/compat/poll/poll.c
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2016-04-25 17:15:23 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-04-25 15:32:23 -0700
commit060e7766ba34dc4fef351494239235ba365edd18 (patch)
tree02740c3933cd7330b3611e8b228e42f7aac675fe /compat/poll/poll.c
parentfor-each-ref: accept "%(push)" format (diff)
downloadtgif-060e7766ba34dc4fef351494239235ba365edd18.tar.xz
remote.c: spell __attribute__ correctly
We want to tell the compiler that error_buf() uses printf()-style arguments via the __attribute__ mechanism, but the original commit (3a429d0), forgot the trailing "__". This happens to work with real GNUC-compatible compilers like gcc and clang, but confuses our fallback macro in git-compat-util.h, which only matches the official name (and thus the build fails on compilers like Visual Studio). Reported-by: Philip Oakley <philipoakley@iee.org> Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat/poll/poll.c')
0 files changed, 0 insertions, 0 deletions