commit | cf222ff9862d2151d39d59c4f8546c497589490e | [log] [tgz] |
---|---|---|
author | Thiago Macieira <thiago.macieira@intel.com> | Sun Jul 08 11:25:28 2018 -0700 |
committer | Thiago Macieira <thiago.macieira@intel.com> | Sun Jul 08 11:48:31 2018 -0700 |
tree | f0a54c37736edda61517c0da4052ed742240c012 | |
parent | 5356c1de233617e8261da4d2e9a8af213ab6e229 [diff] |
Make the c90 test pass on Mac and on Windows On the Mac, the Clang compiler complains about our (required) use of uint64_t, which is typedef'ed to long long. That type didn't exist in C90. On Windows, I forgot the CONFIG += console, resulting in error LNK2019: unresolved external symbol _WinMain@16 referenced in function "int __cdecl invoke_main(void)" (?invoke_main@@YAHXZ) Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>