about summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2013-12-09 11:21:42 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2013-12-09 11:21:42 -0500
commit772dd528fcb727460f056ebb022d0090a206e4e4 (patch)
tree1e40df75ca001c49f612055ec957c827bd0222ac /lib
parentc80970d7ae24dd0eaecd59a024589bb8dbbac07f (diff)
downloadlynx-snapshots-772dd528fcb727460f056ebb022d0090a206e4e4.tar.gz
snapshot of project "lynx", label v2-8-8pre_1d
Diffstat (limited to 'lib')
-rw-r--r--lib/dirent.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/dirent.c b/lib/dirent.c
index a143960f..603ece8d 100644
--- a/lib/dirent.c
+++ b/lib/dirent.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: dirent.c,v 1.5 2012/02/10 11:35:49 tom Exp $
+ * $LynxId: dirent.c,v 1.6 2013/12/07 13:46:58 tom Exp $
  *
  * dir.c for MS-DOS by Samuel Lam <skl@van-bc.UUCP>, June/87 
  */
@@ -28,13 +28,13 @@
 #endif
 
 #ifndef __GNUC__
-#pragma warning (disable : 4100) /* unreferenced formal parameter */
-#pragma warning (disable : 4127) /* conditional expression is constant */
-#pragma warning (disable : 4201) /* nameless struct/union */
-#pragma warning (disable : 4214) /* bit field types other than int */
-#pragma warning (disable : 4310) /* cast truncates constant value */
-#pragma warning (disable : 4514) /* unreferenced inline function has been removed */
-#pragma warning (disable : 4996) /* This function or variable may be unsafe. ... */
+#pragma warning (disable : 4100)	/* unreferenced formal parameter */
+#pragma warning (disable : 4127)	/* conditional expression is constant */
+#pragma warning (disable : 4201)	/* nameless struct/union */
+#pragma warning (disable : 4214)	/* bit field types other than int */
+#pragma warning (disable : 4310)	/* cast truncates constant value */
+#pragma warning (disable : 4514)	/* unreferenced inline function has been removed */
+#pragma warning (disable : 4996)	/* This function or variable may be unsafe. ... */
 #endif
 
 #include <windows.h>