summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrhyskidd <rhyskidd@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-06-05 14:32:43 +0000
committerrhyskidd <rhyskidd@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-06-05 14:32:43 +0000
commitad61263fe195a5975f986a7f23d767ef777ca22d (patch)
treec545218471e29f23a4176556233e924d92cdb403
parent9fa6b7e2ded58330d0181321acb6b56ee61fb234 (diff)
downloadstarshatter-ad61263fe195a5975f986a7f23d767ef777ca22d.zip
starshatter-ad61263fe195a5975f986a7f23d767ef777ca22d.tar.gz
starshatter-ad61263fe195a5975f986a7f23d767ef777ca22d.tar.bz2
Hopefully final case of suppressing recurring check warning
-rw-r--r--nGenEx/Graphic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nGenEx/Graphic.h b/nGenEx/Graphic.h
index 237ed29..b518b71 100644
--- a/nGenEx/Graphic.h
+++ b/nGenEx/Graphic.h
@@ -1,6 +1,6 @@
/* Project nGenEx
Destroyer Studios LLC
- Copyright © 1997-2004. All Rights Reserved.
+ Copyright (C) 1997-2004. All Rights Reserved.
SUBSYSTEM: nGenEx.lib
FILE: Graphic.h
@@ -21,7 +21,7 @@
// +--------------------------------------------------------------------+
-#define GRAPHIC_DESTROY(x) if (x) { x->Destroy(); x = 0; }
+#define GRAPHIC_DESTROY(x) if (x) { x->Destroy(); x = 0; } //-V571
// +--------------------------------------------------------------------+