aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbb/appletlib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index 1f9968f10..51824f1b3 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -1349,10 +1349,6 @@ int main(int argc UNUSED_PARAM, char **argv)
1349 break; 1349 break;
1350 } 1350 }
1351 } 1351 }
1352
1353 /* Ignore critical errors, such as calling GetVolumeInformation() on
1354 * a floppy or CDROM drive with no media. */
1355 SetErrorMode(SEM_FAILCRITICALERRORS);
1356#endif 1352#endif
1357 1353
1358#if defined(__MINGW64_VERSION_MAJOR) 1354#if defined(__MINGW64_VERSION_MAJOR)