Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'"
authormiod <miod@openbsd.org>
Sun, 18 May 2014 11:20:08 +0000 (11:20 +0000)
committermiod <miod@openbsd.org>
Sun, 18 May 2014 11:20:08 +0000 (11:20 +0000)
commit4fd2ca8d85a499beb97c7b5995cabda40b8b9db6
tree284c43c29dbcce81e911f36916c914b4c16f60c7
parent1244917d0c56d28a3efed037974c1fc167b5ce4e
Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'"
warnings now that pqueue.h has been removed from public scope.
lib/libssl/ssl/Makefile