]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Mon, 5 May 2025 13:44:15 +0000 (13:44 +0000)
commit3951a5a2dcd375adf4980b157e2c1643d61c4674
tree7f43e4066198345c24fac33d61fca18c3f696024
parent8eaad114f4d77376c64a1ad88c05490ac67352c0
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
apps/Makefile