diff options
author | David Hendricks <david.hendricks@gmail.com> | 2020-07-19 13:02:03 -0700 |
---|---|---|
committer | David Hendricks <david.hendricks@gmail.com> | 2020-07-21 04:46:24 +0000 |
commit | 0c65b5048df7a3b0ca5f760bb8d12816019aea96 (patch) | |
tree | 4ad3847992e57b86077484bd4e7ee09dc481a714 /serprog.c | |
parent | c66d5f8cb39807527d5b9433b2d82d10c0c8940e (diff) | |
download | flashrom-0c65b5048df7a3b0ca5f760bb8d12816019aea96.tar.gz flashrom-0c65b5048df7a3b0ca5f760bb8d12816019aea96.tar.bz2 flashrom-0c65b5048df7a3b0ca5f760bb8d12816019aea96.zip |
endiantest: Fix #if expression
Without this, `gcc -E endiantest.c` can fail and return the incorrect
endiannes as well as exiting with non-zero. Here is the actual error
shown in the output:
endiantest.c:2:31: error: #if with no expression
#if __FLASHROM_LITTLE_ENDIAN__
I was able to reproduce this using gcc-6.3.0 and clang-4.0.1, but
newer compilers didn't have this issue.
Change-Id: Iba2febd861471ec821a494336e800c2564984332
Signed-off-by: David Hendricks <david.hendricks@gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/43598
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'serprog.c')
0 files changed, 0 insertions, 0 deletions