From f3394b16b815439d4d73d4eb550bf76d1e751f6e Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Fri, 6 Nov 2015 21:54:49 +0100 Subject: [PATCH] gsdx: use standard quote character Nicer with tool that support ANSII text (cppcheck) --- plugins/GSdx/GSVector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/GSdx/GSVector.h b/plugins/GSdx/GSVector.h index b3ca8131ad..835eb0dcdc 100644 --- a/plugins/GSdx/GSVector.h +++ b/plugins/GSdx/GSVector.h @@ -2986,9 +2986,9 @@ public: // Code extract: // union { int i; float f; } __tmp; -GSVector.h:2977:40: error: declaration of ‘int GSVector4::extract32() const::::i’ +GSVector.h:2977:40: error: declaration of 'int GSVector4::extract32() const::::i' return _mm_extract_ps(m, i); -GSVector.h:2973:15: error: shadows template parm ‘int i’ +GSVector.h:2973:15: error: shadows template parm 'int i' template __forceinline int extract32() const #endif