tests: Fix build warning 09/290209/1
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 21 Mar 2023 06:17:13 +0000 (15:17 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 21 Mar 2023 11:27:47 +0000 (20:27 +0900)
Change-Id: I917c771cfb0528c02f0befc48edc6f8927733591

tests/tc_video.cpp

index fc4891d..2d493a0 100644 (file)
@@ -212,7 +212,7 @@ struct property {
     std::string name;
     uint32_t value;
 
-    property(std::string name, uint32_t value) : name(name), value(value) {}
+    property(std::string _name, uint32_t _value) : name(_name), value(_value) {}
 };
 
 static void