malsyned / pfstest

Professional Firmware Services Unit Test Framework
Other
1 stars 0 forks source link

stdint -Wlong-long on 32-bit platforms #64

Open malsyned opened 4 years ago

malsyned commented 4 years ago

Since we compile with -std=c99 -pedantic -Werror, and since uint64_t uses long longs on 32-bit platforms, our build fails on 32-bit glibc platforms.