]> git.meshlink.io Git - utcp/blobdiff - utcp_priv.h
Allow debug messages to be compiled out.
[utcp] / utcp_priv.h
index 6c1386307e691ca79babe93f66b62108ada9a177..24ae4cc4655a0b3d440369f042dc4eb6d705d843 100644 (file)
@@ -57,7 +57,7 @@ enum state {
        TIME_WAIT
 };
 
-static const char *strstate[] = {
+static const char *strstate[] __attribute__((unused)) = {
        [CLOSED] = "CLOSED",
        [LISTEN] = "LISTEN",
        [SYN_SENT] = "SYN_SENT",