mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-12 12:09:34 +00:00
gsdx: use standard quote character
Nicer with tool that support ANSII text (cppcheck)
This commit is contained in:
parent
1aa6749956
commit
f3394b16b8
@ -2986,9 +2986,9 @@ public:
|
||||
// Code extract:
|
||||
// union { int i; float f; } __tmp;
|
||||
|
||||
GSVector.h:2977:40: error: declaration of ‘int GSVector4::extract32() const::<anonymous union>::i’
|
||||
GSVector.h:2977:40: error: declaration of 'int GSVector4::extract32() const::<anonymous union>::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<int i> __forceinline int extract32() const
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user