]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(werror): Removed incorrect noreturn attribute from declaration.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 7 Jul 2011 20:43:55 +0000 (22:43 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 7 Jul 2011 20:43:55 +0000 (22:43 +0200)
Rev: nettle/tools/misc.h:1.4

tools/misc.h

index b0ddb61a4f0c686024965b5c47e1d60f1f1d7332..828fe9bd8c58b11291c648c6ea80e8ef50ad5f39 100644 (file)
@@ -39,7 +39,6 @@ void
 werror(const char *format, ...)
 #if __GNUC___
      __attribute__((__format__ (__printf__,1, 2)))
-     __attribute__((__noreturn__))
 #endif
      ;