]> arthur.barton.de Git - bup.git/commit
INTEGRAL_ASSIGNMENT_FITS: actually provide return value for clang
authorRob Browning <rlb@defaultvalue.org>
Tue, 31 Dec 2019 18:19:39 +0000 (12:19 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 2 Feb 2020 18:15:09 +0000 (12:15 -0600)
commit053869284db064aa21b2249981ec6affa489e296
tree69a80f4b1820b331721016d460a4d36aeba3a684
parent1db1c19cc03ac0f41f983549ec8a70128bb1dc1c
INTEGRAL_ASSIGNMENT_FITS: actually provide return value for clang

Apparently clang does need the pragmas, so either I tested it
incorrectly before, or my local clang is different.  It looks like
clang doesn't ignore the pragmas as far as the expression result value
is concerned, so explicitly put the value at the end.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/_helpers.c