]> git.eshelyaron.com Git - emacs.git/commit
Stifle a compiler warning under GCC 13
authorPo Lu <luangruo@yahoo.com>
Thu, 24 Aug 2023 05:13:23 +0000 (05:13 +0000)
committerPo Lu <luangruo@yahoo.com>
Thu, 24 Aug 2023 05:13:23 +0000 (05:13 +0000)
commita7c13f535fce9890cc7e10d0cf4a62c2d2f8411f
tree785767efb76631e826c00481ed6012882643bf22
parent87bec7ea25c13dc28f9bc770a83e0dccfe0f85d5
Stifle a compiler warning under GCC 13

* src/haiku_support.cc (MessageReceived): Shun snprintf, as GCC
produces false positives cautioning against truncation.
src/haiku_support.cc