commit | a166e71e216dbfe4bff8dfc369b10ab08e183427 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Jan 29 12:08:34 2016 -0800 |
committer | Josh Gao <jmgao@google.com> | Sun Jan 31 19:22:04 2016 -0800 |
tree | 2de7cb808b44f32e1fdb6a9022a3da906da7f553 | |
parent | f3f6a1d0d4279930be1434fa66cc0b3fbbb850f0 [diff] [blame] |
adb: add nullability specifiers to adb_client.h. Change-Id: I93287b876cb06d871b4330d2733ef6f43c58fbbf
diff --git a/adb/sysdeps.h b/adb/sysdeps.h index 2190c61..a39775e 100644 --- a/adb/sysdeps.h +++ b/adb/sysdeps.h
@@ -61,6 +61,10 @@ #ifdef _WIN32 +// Clang-only nullability specifiers +#define _Nonnull +#define _Nullable + #include <ctype.h> #include <direct.h> #include <dirent.h>