commit | c074d344fc197e661f4d286659bef315736b5305 | [log] [tgz] |
---|---|---|
author | Ian Elliott <ianelliott@google.com> | Fri Jul 07 16:11:32 2017 -0600 |
committer | Ian Elliott <ianelliott@google.com> | Fri Jul 07 16:11:32 2017 -0600 |
tree | c54bf0834da932e8fa0f3b48755aad065503aa01 | |
parent | 7fe5e5ec595be83e1dacb91fe57315c2a89e0234 [diff] |
Use void instead of no parameters in 2 function declarations. In compiling some code with a picky "Android.mk" file, it is not happy with a function declaration that looks like: void foo(); It requires: void foo(void); This commit changes that for 2 functions in "log.h". Test: Build both Android and the code with a picky "Android.mk". Change-Id: Icd624df34db57e642fe6b1c7da77be9b05936936