From 5177ce4bf074ae1a5f299e536a4509ae5e99513e Mon Sep 17 00:00:00 2001 From: ZYR Date: Tue, 12 Sep 2023 19:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=AE=8F=5F=5FGNUC=5F=5F=E7=9A=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h b/Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h index 3aeb5d65..62981b08 100644 --- a/Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h +++ b/Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h @@ -14,7 +14,7 @@ #endif /* PB_NS_BEGIN */ #ifndef PB_STATIC -# if __GNUC__ +# ifdef __GNUC__ # define PB_STATIC static __attribute((unused)) # else # define PB_STATIC static