]> git.eshelyaron.com Git - emacs.git/commit
Avoid a compilation warning about an ambiguous else
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 19 Nov 2020 23:19:18 +0000 (00:19 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 19 Nov 2020 23:19:18 +0000 (00:19 +0100)
commitbc951000b35fc48edfe1f643998d201b971f0d30
tree90912ad4d8f0bea643abafd0d0d7aae8960cd070
parent8fac2444641567b10f4c38b599636aeae0478e68
Avoid a compilation warning about an ambiguous else

* src/data.c (set_internal): Avoid compilation warning.

data.c:1443:9: error: suggest explicit braces to avoid ambiguous ‘else’
 1443 |      if (idx > 0 && bindflag == SET_INTERNAL_SET
      |         ^
src/data.c