* support/Util/SDCCerr.h,
[fw/sdcc] / src / SDCCBBlock.c
index 660eb907620b5560bad9b1ffce7d42e8431bcffc..5c757bca4bce7e7d2a12474e18ddbd224c87515e 100644 (file)
@@ -734,7 +734,7 @@ iCodeFromeBBlock (eBBlock ** ebbs, int count)
           while (ic);
           if (foundNonlabel && ic)
             {
-             werror (W_CODE_UNREACH, ic->filename, ic->lineno);
+             werrorfl (ic->filename, ic->lineno, W_CODE_UNREACH);
               continue;
             }
        }