diff options
author | Alex Vakulenko <avakulenko@google.com> | 2016-04-27 14:37:00 -0700 |
---|---|---|
committer | Alex Vakulenko <avakulenko@google.com> | 2016-04-27 14:44:40 -0700 |
commit | 3b0d65ad10ec729f34b788ec400a16f86bdd6306 (patch) | |
tree | c696618612d35d9fe62a7b59279dfc1a98b5b744 /fastboot/usb_linux.cpp | |
parent | 6d28ae7b0dfb486b3d7840185cdcbde5aec76a04 (diff) |
Change remaining Android logging macros to use C99 varidaic syntax
Most of the system/core/include/log/log.h file uses the C99 syntax of
variadic macros (that is, '...' in parameter list and __VA_ARGS__
in arguments). Except for andoid_printLog and android_printAssert
which still uses GCC custom extension syntax.
Switched the remaining macros to use C99 syntax. GCC extension syntax
makes my editor's code parser puke.
BUG: None
Change-Id: Ia6ebc0f2044b64182c425b179da0229c7046be4a
Diffstat (limited to 'fastboot/usb_linux.cpp')
0 files changed, 0 insertions, 0 deletions