Index: gap-ctbllib-1.3.11/makedocrel.g
===================================================================
--- gap-ctbllib-1.3.11.orig/makedocrel.g
+++ gap-ctbllib-1.3.11/makedocrel.g
@@ -536,10 +536,3 @@ Print(outputstring);
 outputstring:= ReplacedString(outputstring, "\c", "");;
 errors:= Filtered(SplitString(outputstring, "\n"),
            x -> StartsWith(x, "#W ") and x <> "#W There are overfull boxes:");;
-if Length(errors) = 0 then
-  QuitGap(true);
-else
-  Print(errors, "\n");
-  QuitGap(false);
-fi;
-
