changeset 139:1ad8f46d3b5a

GNU shell utilities
author Jim Meyering <jim@meyering.net>
date Wed, 10 Nov 1993 06:01:10 +0000
parents c7d1f3dfe594
children fe6152b2dbb2
files lib/getdate.y
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getdate.y
+++ b/lib/getdate.y
@@ -627,6 +627,8 @@
 	if (Hours < 1 || Hours > 12)
 	    return -1;
 	return ((Hours + 12) * 60L + Minutes) * 60L + Seconds;
+    default:
+	abort ();
     }
     /* NOTREACHED */
 }