Enable -Wshadow and fix warnings
[platform/core/security/key-manager.git] / unit-tests / test_log-provider.cpp
index 8a8c460..f98aefe 100644 (file)
@@ -67,7 +67,7 @@ constexpr AbstractLogProvider::LogLevel defaultLogLevel()
 class Env
 {
 public:
-       explicit Env(const std::string& name) : name(name)
+       explicit Env(const std::string& _name) : name(_name)
        {
                char* val = getenv(name.c_str());
                if (val)