Skip to content

[Soft-Float] - Fixes Itof method on Clang compiler.

Codacy Production / Codacy Static Code Analysis required action Jan 6, 2025 in 0s

4 new issues (0 max.) of at least medium severity.

Annotations

Check warning on line 80 in pcsx2/PS2Float.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

pcsx2/PS2Float.cpp#L80

Variable 'raw' is assigned in constructor body. Consider performing initialization in initialization list.

Check warning on line 82 in pcsx2/PS2Float.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

pcsx2/PS2Float.cpp#L82

Variable 'raw' is assigned in constructor body. Consider performing initialization in initialization list.

Check warning on line 84 in pcsx2/PS2Float.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

pcsx2/PS2Float.cpp#L84

Variable 'raw' is assigned in constructor body. Consider performing initialization in initialization list.

Check warning on line 88 in pcsx2/PS2Float.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

pcsx2/PS2Float.cpp#L88

Variable 'raw' is assigned in constructor body. Consider performing initialization in initialization list.

Check notice on line 482 in pcsx2/PS2Float.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

pcsx2/PS2Float.cpp#L482

The scope of the variable 'negative' can be reduced.

Check notice on line 553 in pcsx2/PS2Float.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

pcsx2/PS2Float.cpp#L553

Condition 'a.Sign()' is always true

Check notice on line 568 in pcsx2/PS2Float.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

pcsx2/PS2Float.cpp#L568

Condition 'a.Sign()' is always true