]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/math-emu/soft-fp.h
firmware: qcom: scm: fix compilation error when disabled
[mirror_ubuntu-bionic-kernel.git] / include / math-emu / soft-fp.h
index 3f284bc031809f6cef05a36360f2c54ca2879ad9..5650c1628383057034cbdff2504376a156aeb8f8 100644 (file)
@@ -138,7 +138,7 @@ do {                                                        \
       _FP_FRAC_ADDI_##wc(X, _FP_WORK_ROUND);           \
 } while (0)
 
-#define _FP_ROUND_ZERO(wc, X)          0
+#define _FP_ROUND_ZERO(wc, X)          (void)0
 
 #define _FP_ROUND_PINF(wc, X)                          \
 do {                                                   \