Comment 11 for bug 249400

Revision history for this message
In , Albert Astals Cid (aacid) wrote :

Some indentation is broken, eg in

+ if (obj1.isNull()) {
+ obj1.free();
+ maskDict->lookup("I", &obj1);
+ }

of @@ -3954,6 +3979,16 @@ void Gfx::doImage(Object *ref, Stream *str, GBool inlineImg) {

You forgot to change PreScanOutputDev, PSOutputDev and ArthurOutputDev functions

Adding -Woverloaded-virtual to your CXXFLAGS will help spotting this kind of errors, maybe we should add it to the default