blob: 3948dd554930f6c6d08132ec4a76634ce74e60aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/client/log_msg.h
+++ b/client/log_msg.h
@@ -29,7 +29,7 @@
#ifndef LOG_MSG_H
#define LOG_MSG_H
-enum
+static enum
{
LOG_FIRST_VERBOSITY = 0,
LOG_VERBOSITY_ERROR = 0, /*!< Constant to define a ERROR message */
|