Subject: 1.5.1_ALPHA vs stdarg.h
To: None <tech-userlevel@netbsd.org>
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
List: tech-userlevel
Date: 01/30/2001 10:17:16
I tried to update one of my tools on cvs.netbsd.org today and found
that this
static void panic(const char *fmt, ...)
{
va_list ap;
va_start(ap,fmt);
runs afoul of -Wcast-qual, thereby making proper const poisoning
difficult-to-impossible to do in the presence of stdarg functions.
Surely this is Not Good...?
der Mouse
mouse@rodents.montreal.qc.ca
7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B