Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2017-05-13 12:04:58 +0300
committerJunio C Hamano <gitster@pobox.com>2017-05-15 07:01:36 +0300
commit7e936842f54c98eb41fb46c94da417065fe333f5 (patch)
tree07a89812d6da0428a3cb24d8c232c5fc8f024504 /convert.c
parentc0c70f7ac080c3b4ecc50a3207eb66e97c10271d (diff)
pkt-line: annotate packet_writel with LAST_ARG_MUST_BE_NULL
packet_writel() takes a variable-sized list and reads to the first NULL. Let's let the compiler know so that it can help us catch mistakes in the callers. This should have been annotated similarly when it was a static function, but it's doubly important now that the function is available to the whole code-base. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'convert.c')
0 files changed, 0 insertions, 0 deletions