1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-27 10:14:28 +01:00

Start building Unity & Fixture with C89 flags in continuous integration

Remove stdint.h from the C89 build due to -pedantic warnings from type
  'long long' and constants like UINTPTR_MAX = 18446744073709551615ULL
This commit is contained in:
jsalling
2016-08-27 16:15:00 -05:00
parent 8beb9715be
commit da7e375cf9
2 changed files with 6 additions and 4 deletions

View File

@@ -7,3 +7,4 @@ script:
- make -s
- cd ../extras/fixture/test && rake ci
- make -s default noStdlibMalloc
- make -s C89