CHollingworth / Lampray

Linux Application Modding Platform. A native Linux mod manager.
https://www.nexusmods.com/baldursgate3/mods/2169
The Unlicense
174 stars 16 forks source link

build: Fix -Wformat warnings #119

Closed makiftasova closed 7 months ago

makiftasova commented 7 months ago

Some Linux distros uses -Wformat -Werror=format-security flags when building C/C++ projects by default. This makes harder to build Lampray on such distros with default build flags.

makiftasova commented 7 months ago

I had to include changes from #118 to be able test changes locally, then this should be merged after #118 (and may require a rebase)

Also I encountered this issue when I was trying to create a PKGBUILD file for Arch User Repository ( https://aur.archlinux.org/packages/lampray )