]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_sms: Ignore false positive vectorization warning.
authorNaveen Albert <asterisk@phreaknet.org>
Fri, 24 Jan 2025 14:35:50 +0000 (09:35 -0500)
committerGeorge Joseph <gjoseph@sangoma.com>
Thu, 26 Jun 2025 18:15:04 +0000 (12:15 -0600)
commit07fd8b5ad37200a5c3c6a7d72ebb6834724e1d00
treedf08214da67dc58a7c16741f49f75056f83c3ba0
parent8059427d0e099b230be981a9eeac9877632ac331
app_sms: Ignore false positive vectorization warning.

Ignore gcc warning about writing 32 bytes into a region of size 6,
since we check that we don't go out of bounds for each byte.
This is due to a vectorization bug in gcc 15, stemming from
gcc commit 68326d5d1a593dc0bf098c03aac25916168bc5a9.

Resolves: #1088
(cherry picked from commit dc2d559ccf06a806eff8045372dbdee048b261ee)
apps/Makefile