From: Arran Cudbard-Bell Date: Mon, 25 Jan 2021 19:47:42 +0000 (+0000) Subject: Note used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31fe0bb10ed57c202bd5644bab38932fd40a6a75;p=thirdparty%2Ffreeradius-server.git Note used --- diff --git a/src/include/build.h b/src/include/build.h index 1f136d0788..cc8debcfce 100644 --- a/src/include/build.h +++ b/src/include/build.h @@ -119,7 +119,6 @@ extern "C" { */ #define PAD(_x, _y) (_y - ((_x) % _y)) -#define PRINTF_LIKE(n) CC_HINT(format(printf, n, n+1)) #define NEVER_RETURNS CC_HINT(noreturn) #define UNUSED CC_HINT(unused)