Author Topic: Annoying warning while compiling Qt 3.3.6 project  (Read 3569 times)

johnc

  • Guest
Annoying warning while compiling Qt 3.3.6 project
« on: June 25, 2006, 03:14:14 pm »
Is anyone else still using Qt 3.3.6? I'm stuck with it for now. I'm just getting started with Windows - migrating a large scientific project from Mac OS X. Everythings going smoothly except for this annoying warning...

E:/Qt/include/qpixmap.h:249: warning: 'void bitBlt(QPaintDevice*, int, int, const QPaintDevice*, int, int, int, int, Qt::RasterOp, bool)' redeclared without dllimport attribute after being referenced with dllimport linkage


Any suggestions about how to suppress it (ideally by editting Qt source)?

Thanks, John.

Offline yop

  • Regular
  • ***
  • Posts: 387
Life would be so much easier if we could just look at the source code.