commit | 3cab422021b121cad7a4592114f1b28f636b599d | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Thu Jan 23 18:15:19 2014 -0800 |
committer | Ian Rogers <irogers@google.com> | Thu Jan 23 18:15:19 2014 -0800 |
tree | 1f3b452fe5324a6695feea882f67ad2cc4d34a95 | |
parent | c666ee8c75118d072bfd2a2b81b80915f6040593 [diff] |
Move __STDC_FORMAT_MACROS to a cflag. Current inttypes.h don't define stdint printf formatting characters for C++ but in the future this will change. Rather than #define __STDC_FORMAT_MACROS at the point of inclusion (conventional) pass it as a cflag so there is a single place to remove the #define when conventions change. Change-Id: Ice2fb07e19d8fc06ebc534c903a2d02497c31b3d