dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/utils
kpfleming 246ce365ae incorporates r159808 from branches/1.4:
------------------------------------------------------------------------
r159808 | kpfleming | 2008-11-29 10:58:29 -0600 (Sat, 29 Nov 2008) | 7 lines

update dev-mode compiler flags to match the ones used by default on Ubuntu Intrepid, so all developers will see the same warnings and errors

since this branch already had some printf format attributes, enable checking for them and tag functions that didn't have them

format attributes in a consistent way


------------------------------------------------------------------------

in addition:

move some format attributes from main/utils.c to the header files they belong in, and fix up references to the relevant functions based on new compiler warnings



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@159818 f38db490-d61c-443f-a65b-d21fe96a405b
2008-11-29 17:57:39 +00:00
..
Makefile Merged revisions 159476 via svnmerge from 2008-11-26 19:08:56 +00:00
ael_main.c Merged revisions 144924-144925 via svnmerge from 2008-09-27 15:52:56 +00:00
astcanary.c bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too 2008-11-02 18:52:13 +00:00
astman.1 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
astman.c incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
check_expr.c incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
clicompat.c simplify this file 2007-12-10 08:35:35 +00:00
conf2ael.c incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
expr2.testinput In regards to changes for 9508, expr2 system choking on floating point numbers, I'm adding this update to round out (no pun intended) and make this FP-capable version of the Expr2 stuff interoperate better with previous integer-only usage, by providing Functions syntax, with 20 builtin functions for floating pt to integer conversions, and some general floating point math routines that might commonly be used also. Along with this, I made it so if a function was not a builtin, it will try and find it in the ast_custom_function list, and if found, execute it and collect the results. Thus, you can call system functions like CDR(), CHANNEL(), etc, from within $\[..\] exprs, without having to wrap them in $\{...\} (curly brace) notation. Did a valgrind on the standalone and made sure there's no mem leaks. Looks good. Updated the docs, too. 2007-07-05 18:15:22 +00:00
extconf.c incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
frame.c incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
frame.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
hashtest.c A new feature thanks to the fine folks at Switchvox! 2008-05-23 22:35:50 +00:00
hashtest2.c This is basically a complete rollback of r155401, as it was determined that 2008-11-25 01:01:49 +00:00
muted.c bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too 2008-11-02 18:52:13 +00:00
refcounter.c A new feature thanks to the fine folks at Switchvox! 2008-05-23 22:35:50 +00:00
smsq.c More merges from resolve-shadow warnings: 2008-08-07 15:16:48 +00:00
stereorize.c bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too 2008-11-02 18:52:13 +00:00
streamplayer.c bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too 2008-11-02 18:52:13 +00:00