summaryrefslogtreecommitdiff
path: root/src/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.c')
-rw-r--r--src/error.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/error.c b/src/error.c
index 431d797fd..b82eea806 100644
--- a/src/error.c
+++ b/src/error.c
@@ -2,7 +2,7 @@
* xfpt - Simple ASCII->Docbook processor *
*************************************************/
-/* Copyright (c) University of Cambridge, 2008 */
+/* Copyright (c) University of Cambridge, 2012 */
/* Written by Philip Hazel. */
/* Error handling routines */
@@ -25,7 +25,6 @@
static int error_count = 0;
static int warning_count = 0;
-static BOOL suppress_warnings = FALSE;