From b622223b64776b93b6ea54459fb966cc1275316d Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Wed, 16 Nov 2011 09:58:21 +0000 Subject: [PATCH] Remove unneeded nonnull attribute --- src/libiso8601/400_calc.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/libiso8601/400_calc.h b/src/libiso8601/400_calc.h index 9570d8d..bf15b8d 100644 --- a/src/libiso8601/400_calc.h +++ b/src/libiso8601/400_calc.h @@ -26,11 +26,7 @@ understood by humans, and vice versa. Returns non-0 if \a year is a leap year. */ -int iso8601_isleap(int year) -#ifndef DOXYGEN - __attribute__((nonnull)) -#endif -; +int iso8601_isleap(int year);