diff --git a/src/FSlibInt.c b/src/FSlibInt.c
index 07a7c57..f9efc97 100644
--- a/src/FSlibInt.c
+++ b/src/FSlibInt.c
@@ -978,6 +978,7 @@ _FSDefaultIOError(FSServer *svr)
     }
     exit(1);
     /* NOTREACHED */
+    /* LINTED - needed to silence: error: Function has no return statement */
 }
 
 /*