Remove unneeded nonnull attribute

This commit is contained in:
Laurence Withers 2011-11-16 09:58:21 +00:00
parent 81df4e8a05
commit b622223b64
1 changed files with 1 additions and 5 deletions

View File

@ -26,11 +26,7 @@ understood by humans, and vice versa.
Returns non-0 if \a year is a leap year. Returns non-0 if \a year is a leap year.
*/ */
int iso8601_isleap(int year) int iso8601_isleap(int year);
#ifndef DOXYGEN
__attribute__((nonnull))
#endif
;