various signed/unsigned mismatch nits
[p5sagit/p5-mst-13.2.git] / ext / Devel / DProf / DProf.xs
index 3380d78..2219bd2 100644 (file)
@@ -632,7 +632,7 @@ BOOT:
          * while we do this.
          */
         {
-           I32 warn_tmp = PL_dowarn;
+           bool warn_tmp = PL_dowarn;
            PL_dowarn = 0;
            newXS("DB::sub", XS_DB_sub, file);
            newXS("DB::goto", XS_DB_goto, file);