commit | 62b0ef556d778a5734ce84d1da6e7ca8cf8f9362 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Jul 25 12:15:25 2018 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Wed Jul 25 14:36:35 2018 -0700 |
tree | a96112f8fee69a776bc9165ca1b3a4450aa00532 | |
parent | 56795ac483e09678b4c92b7cc213c1c68f8718f7 [diff] |
Declare __fake_use_va_args as a variadic function. * New clang compiler requires variadic function to have at least one named parameter type. * Use ##__VA_ARGS__ to work with empty __VA_ARGS__. * Fix one ALOG_ASSERT parameter bug in lmkd/lmkd.c. Bug: 111614304 Test: make with WITH_TIDY=1 Change-Id: I90f35aa88527a6897954f69a35b256a157a725c5