]> git.ipfire.org Git - thirdparty/gettext.git/commit
Fix compilation error with MSVC 14 (regression 2025-12-19). master
authorBruno Haible <bruno@clisp.org>
Mon, 22 Dec 2025 20:00:39 +0000 (21:00 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 22 Dec 2025 20:00:39 +0000 (21:00 +0100)
commitd6f50b989a0d5394842a3195d14765304fb973a3
tree9ae58b2dfafa6120a1ce3d66d3f50bc645f7e3c0
parent6c3c33fbeda3819aa65ac6227186883191cbeded
Fix compilation error with MSVC 14 (regression 2025-12-19).

* gettext-tools/src/msgl-merge.c (match_domain): Move variable declaration out
of an OpenMP 'for' loop. Reduce scope of local variables.
gettext-tools/src/msgl-merge.c