bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

regcomp.c Windows warning


From: Derek Price
Subject: regcomp.c Windows warning
Date: Tue, 20 Sep 2005 14:04:08 -0400
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

At least on Windows, where I guess strcasecmp is not declared in
<string.h>, compiling regex.c elicits the following warning:

lib\regcomp.c(852) : warning C4013: 'strcasecmp' undefined; assuming extern 
returning int


I assume that, since "strcase.h" provides a prototype for strcasecmp,
other systems have a similar problem and regcomp.c should probably be
#including "strcase.h".

Regards,

Derek

-- 
Derek R. Price
CVS Solutions Architect
Ximbiot <http://ximbiot.com>
v: +1 717.579.6168
f: +1 717.234.3125
<mailto:derek@ximbiot.com>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]