Utils: Replace stringtf with a type-safe version that can't overflow

This commit is contained in:
Peter Keresztes Schmidt
2021-03-05 22:24:33 +01:00
committed by Peter Keresztes Schmidt
parent 9e77324de4
commit 0796a2262e
4 changed files with 16 additions and 34 deletions

View File

@@ -2,6 +2,7 @@ target_compile_options(zm-warning-interface
INTERFACE
-Wall
-Wextra
-Wformat-security
-Wno-cast-function-type
-Wno-type-limits
-Wno-unused-parameter)