From a88ad680422949dfe2d16a544a529649c6d07109 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Mon, 31 May 2021 17:08:09 +0100 Subject: Update build system to the latest luiml version --- trace.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'trace.h') diff --git a/trace.h b/trace.h index 8dee696..3b3cfa1 100644 --- a/trace.h +++ b/trace.h @@ -1,15 +1,11 @@ /* - * Copyright (C) 2020 Tomasz Kramkowski + * Copyright (C) 2020-2021 Tomasz Kramkowski * SPDX-License-Identifier: MIT */ #ifndef PACK_TRACE_H #define PACK_TRACE_H -#ifdef DEVEL #define ATTRIBUTE_FORMAT(type, fmt, args) __attribute__((format(type, fmt, args))) -#else -#define ATTRIBUTE_FORMAT(type, fmt, args) -#endif ATTRIBUTE_FORMAT(printf, 1, 2) void tr_call(const char *fmt, ...); -- cgit v1.2.3-54-g00ecf