From eb72593bbca59541dacf706ceb6d6f0fa29756f4 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 15 Jan 2020 18:10:24 +0000 Subject: eina - rmeove dup EINA_PRINTF sorry for the noise... --- src/lib/eina/eina_types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/eina/eina_types.h b/src/lib/eina/eina_types.h index bfdfa7d3fb..c049baf4dd 100644 --- a/src/lib/eina/eina_types.h +++ b/src/lib/eina/eina_types.h @@ -224,7 +224,6 @@ # define EINA_LIKELY(exp) __builtin_expect((exp), 1) # define EINA_SENTINEL __attribute__((__sentinel__)) # ifndef __clang__ -# define EINA_PRINTF(fmt, arg) __attribute__((__format__ (__printf__, fmt, arg))) # if __GNUC__ >= 7 # define EINA_FALLTHROUGH __attribute__ ((fallthrough)); # else -- cgit v1.2.1