Bug #7871
Updated by Marcel Telka over 5 years ago
<pre> ../common/C/sincospi.c: In function 'sincospi': ../common/C/sincospi.c:158:4: error: this 'else' clause does not guard... [-Werror=misleading-indentation] else ^~~~ ../common/C/sincospi.c:167:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' y = (n & 2) == 0 ? 0.0 : 1.0; ^ ../common/C/sincospi.c:178:4: error: this 'else' clause does not guard... [-Werror=misleading-indentation] else ^~~~ ../common/C/sincospi.c:180:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' if ((n & 4) != 0) ^~ </pre>