From d247e6df50e9377cc5ecd0f4c29cc40de4165d1a Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Mon, 16 Jul 2012 17:51:12 +0000 Subject: Ignore PVS Studio warning V576 --- nGenEx/VideoDX9Enum.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nGenEx/VideoDX9Enum.cpp') diff --git a/nGenEx/VideoDX9Enum.cpp b/nGenEx/VideoDX9Enum.cpp index 68f5264..a8b4cf7 100644 --- a/nGenEx/VideoDX9Enum.cpp +++ b/nGenEx/VideoDX9Enum.cpp @@ -938,7 +938,7 @@ VideoDX9DisplayMode::GetDescription() const { static char desc[32]; - sprintf_s(desc, "%4d x %4d %-12s %d Hz", + sprintf_s(desc, "%4d x %4d %-12s %d Hz", //-V576 width, height, D3DFormatToString(format), -- cgit v1.1