From 5fa9fb52aac6ff64a46faecdec7cb9567593d9b8 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Tue, 22 Oct 2019 16:27:12 -0700 Subject: [PATCH] config_make.h.in: remove __sentinel We haven't used this attribute for a while --- config_cmake.h.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config_cmake.h.in b/config_cmake.h.in index c7ce044a4..cbf047f1d 100644 --- a/config_cmake.h.in +++ b/config_cmake.h.in @@ -165,10 +165,6 @@ #ifndef __warn_unused #define __warn_unused __attribute__ ((warn_unused_result)) #endif -#ifndef __sentinel -#define __sentinel __attribute__ ((sentinel)) -#endif #else #define __warn_unused -#define __sentinel #endif