From: Android Tools Maintainers Date: Tue, 31 Jan 2023 07:58:29 +0000 (+0000) Subject: Bring Clang's _Nonnull keyword to GCC X-Git-Tag: archive/raspbian/29.0.6-26+rpi1^2~32 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2bbcf17a498f97d827a6a064a29a1b6b354669fc;p=android-platform-tools.git Bring Clang's _Nonnull keyword to GCC Forwarded: not-needed Gbp-Pq: Topic system/core Gbp-Pq: Name Nonnull.patch --- diff --git a/system/core/adb/sysdeps.h b/system/core/adb/sysdeps.h index 0c5a6b4c..a4827b8a 100644 --- a/system/core/adb/sysdeps.h +++ b/system/core/adb/sysdeps.h @@ -42,11 +42,12 @@ #include "sysdeps/network.h" #include "sysdeps/stat.h" +#define _Nonnull +#define _Nullable + #ifdef _WIN32 // Clang-only nullability specifiers -#define _Nonnull -#define _Nullable #include #include