--- squashfs-tools/unsquashfs.c
+++ squashfs-tools/unsquashfs.c
@@ -260,7 +260,7 @@
 	struct winsize winsize;
 
 	if(ioctl(1, TIOCGWINSZ, &winsize) == -1) {
-		ERROR("TIOCGWINSZ ioctl failed, defaulting to 80 columns\n");
+		// ERROR("TIOCGWINSZ ioctl failed, defaulting to 80 columns\n");
 		columns = 80;
 	} else
 		columns = winsize.ws_col;
@@ -2372,7 +2372,7 @@
 	struct winsize winsize;
 
 	if(ioctl(1, TIOCGWINSZ, &winsize) == -1) {
-		ERROR("TIOCGWINZ ioctl failed, defaulting to 80 columns\n");
+		// ERROR("TIOCGWINZ ioctl failed, defaulting to 80 columns\n");
 		columns = 80;
 	} else
 		columns = winsize.ws_col;
