Skip to content

Commit 4b70fd4

Browse files
authored
GH-36856: [C++] Remove needless braces from BasicDecimal256FromLE() arguments (#36987)
### Rationale for this change BasicDecimal256FromLE() requires 4 arguments. So we should not use BasicDecimal256FromLE({X, X, X, X}) form. I don't know why the current form works on amd64 but doesn't work on s390x. ### What changes are included in this PR? Removed needless "{" and "}". ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #36856 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 36ddbb5 commit 4b70fd4

File tree

1 file changed

+220
-227
lines changed

1 file changed

+220
-227
lines changed

0 commit comments

Comments
 (0)