]> git.ipfire.org Git - thirdparty/make.git/commit
Fix GCC compile warning format-security on Windows
authorTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Fri, 9 Jun 2023 14:09:53 +0000 (16:09 +0200)
committerPaul Smith <psmith@gnu.org>
Sat, 1 Jul 2023 16:49:24 +0000 (12:49 -0400)
commit8e5c96c318170214979dffdac673dbfe39e0f8d8
treebdd1b3d096f772634c4d413edd00b688c8dc954d
parent363bdaef8c49f08a0ff38c5b64027f70a0f9d438
Fix GCC compile warning format-security on Windows

* src/job.c (create_batch_file): Avoid non-static format strings.
* src/main.c (handle_runtime_exceptions): Ditto.
* src/w32/subproc/w32err.c (map_windows32_error_to_string): Ditto.
src/job.c
src/main.c
src/w32/subproc/w32err.c