From a8a58d1c98cfc5ca4918a577acc461bc0588c19b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 18 Jun 2014 01:04:06 +0200 Subject: remove __attribute__ if not using gcc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/test/methods.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/test/methods.h') diff --git a/src/test/methods.h b/src/test/methods.h index a80b02e..8e99921 100644 --- a/src/test/methods.h +++ b/src/test/methods.h @@ -19,6 +19,10 @@ #define LIBGAMMA_TEST_METHODS_H +#ifndef __GNUC__ +# define __attribute__() +#endif + /** * Get the name representation of an * adjustment method by its identifier. -- cgit v1.2.3-70-g09d2