From: faculaganymede (faculaganymede++at++yahoo.com)
Date: 09/16/2003 14:01:26
Hi All,
When I compile my C++ Performer programs, I am keep
getting a lot warning messages from the
Performer/pfv/pfvViewer.h file, as shown below. The
programs still build and run with no problems, but I'd
like to get rid of the warning messages. Anyone know
how? Is this a known problem in Performer?
cc-1178 CC: WARNING File =
/usr/include/Performer/pfv/pfvViewer.h, Line = 277
Argument is incompatible with the corresponding
format string conversion.
virtual void preConfig(){
pfNotify(PFNFY_NOTICE, PFNFY_PRINT,
"pfvModule::preConfig(this=%x)\n",this); }
^
cc-1178 CC: WARNING File =
/usr/include/Performer/pfv/pfvViewer.h, Line = 278
Argument is incompatible with the corresponding
format string conversion.
virtual void postConfig(){
pfNotify(PFNFY_NOTICE, PFNFY_PRINT,
"pfvModule::postConfig(this=%x)\n",this); }
^
cc-1178 CC: WARNING File =
/usr/include/Performer/pfv/pfvViewer.h, Line = 281
Argument is incompatible with the corresponding
format string conversion.
pfNotify(PFNFY_NOTICE, PFNFY_PRINT,
"pfvModule::enterView(this=%x,view=%x)\n",this, v);
^
and many more...
=====
Thanks,
faculaganymede
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
This archive was generated by hypermail 2b29 : Tue Sep 16 2003 - 14:04:14 PDT