asterisk/cdr
Terry Wilson b02bc230af Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not
actual problems, per se.  I also added format attributes to any printf wrapper functions I found that didn't have them.  -Wsecurity and -Wmissing-format-attribute added to --enable-dev-mode.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109447 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-18 15:43:34 +00:00
..
Makefile Merged revisions 93180 via svnmerge from 2007-12-17 07:25:35 +00:00
cdr_adaptive_odbc.c Convert to use ast_str 2008-02-29 23:53:42 +00:00
cdr_csv.c remove unnecessary (char *) casts for ast_config_AST_* variables. 2007-12-18 09:46:18 +00:00
cdr_custom.c move asterisk/paths.h outside asterisk.h and into those files 2007-11-20 23:16:15 +00:00
cdr_manager.c Change cdr_manager to use a "CDR" level, rather than the (overcrowded) "call" level. 2007-12-05 16:46:47 +00:00
cdr_odbc.c Convert prepare_and_execute to direct_execute for speed 2008-03-11 21:10:45 +00:00
cdr_pgsql.c Whitespace changes only 2008-03-11 16:28:03 +00:00
cdr_radius.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
cdr_sqlite.c Make trunk build again 2007-11-20 23:29:33 +00:00
cdr_sqlite3_custom.c Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not 2008-03-18 15:43:34 +00:00
cdr_tds.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00