Merge pull request #1 from letolabs/fix_clang_warnings
[p5sagit/Devel-Size.git] / SizeMe.xs
index 823a525..88921fc 100644 (file)
--- a/SizeMe.xs
+++ b/SizeMe.xs
@@ -756,7 +756,7 @@ regex_size(pTHX_ const REGEXP * const baseregex, struct state *st, pPATH) {
   /*ADD_SIZE(st, strlen(SvANY(baseregex)->subbeg));*/
 #endif
   if (st->go_yell && !st->regex_whine) {
-    carp("Devel::Size: Calculated sizes for compiled regexes are incompatible, and probably always will be");
+    carp("Devel::Size: Calculated sizes for compiled regexes are incomplete");
     st->regex_whine = 1;
   }
 }