diff --git a/sbin/ggate/ggated/ggated.c b/sbin/ggate/ggated/ggated.c index 74784e763c9..52d2428a052 100644 --- a/sbin/ggate/ggated/ggated.c +++ b/sbin/ggate/ggated/ggated.c @@ -756,6 +756,9 @@ disk_thread(void *arg) error = pthread_mutex_unlock(&outqueue_mtx); assert(error == 0); } + + /* NOTREACHED */ + return (NULL); } static void * @@ -810,6 +813,9 @@ send_thread(void *arg) } free(req); } + + /* NOTREACHED */ + return (NULL); } static void