diff --git a/test/config_info.cpp b/test/config_info.cpp index d639bc3b..f1edcc3a 100644 --- a/test/config_info.cpp +++ b/test/config_info.cpp @@ -18,8 +18,8 @@ #include #endif -unsigned int indent = 4; -unsigned int width = 40; +static unsigned int indent = 4; +static unsigned int width = 40; using std::cout; using std::istream;