we can now build with -Wformat=2, which found a couple of real bugs
because SPRINTF() use non-literal format strings (which cannot be checked), move it into its own module so the rest of func_strings can benefit from format string checking git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@159774 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- Makefile 1 addition, 1 deletionMakefile
- UPGRADE.txt 6 additions, 1 deletionUPGRADE.txt
- channels/misdn/ie.c 2 additions, 2 deletionschannels/misdn/ie.c
- channels/misdn_config.c 8 additions, 6 deletionschannels/misdn_config.c
- funcs/Makefile 7 additions, 0 deletionsfuncs/Makefile
- funcs/func_sprintf.c 230 additions, 0 deletionsfuncs/func_sprintf.c
- funcs/func_strings.c 0 additions, 170 deletionsfuncs/func_strings.c
- main/Makefile 1 addition, 1 deletionmain/Makefile
- res/res_config_sqlite.c 6 additions, 7 deletionsres/res_config_sqlite.c
Loading
Please register or sign in to comment