Declare fun(void) functions with no parameters
This is not C++.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
static const char *adb_command;
|
||||
|
||||
static inline const char *get_adb_command() {
|
||||
static inline const char *get_adb_command(void) {
|
||||
if (!adb_command) {
|
||||
adb_command = getenv("ADB");
|
||||
if (!adb_command)
|
||||
|
||||
Reference in New Issue
Block a user