CC (gcc) [kamailio] dns_cache.o
dns_cache.c: In function âdns_srv_get_nxt_rrâ:
dns_cache.c:2296:5: warning: âr_sums[1].r_sumâ may be used
uninitialized in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[1].rrâ may be used uninitialized
in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[2].r_sumâ may be used
uninitialized in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[2].rrâ may be used uninitialized
in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[3].r_sumâ may be used
uninitialized in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[3].rrâ may be used uninitialized
in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[4].r_sumâ may be used
uninitialized in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[4].rrâ may be used uninitialized
in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[5].r_sumâ may be used
uninitialized in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[5].rrâ may be used uninitialized
in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[6].r_sumâ may be used
uninitialized in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[6].rrâ may be used uninitialized
in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[7].r_sumâ may be used
uninitialized in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[7].rrâ may be used uninitialized
in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[8].r_sumâ may be used
uninitialized in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[8].rrâ may be used uninitialized
in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[9].r_sumâ may be used
uninitialized in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[9].rrâ may be used uninitialized
in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[10].r_sumâ may be used
uninitialized in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[10].rrâ may be used uninitialized
in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[11].r_sumâ may be used
uninitialized in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[11].rrâ may be used uninitialized
in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[12].r_sumâ may be used
uninitialized in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[12].rrâ may be used uninitialized
in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[13].r_sumâ may be used
uninitialized in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[13].rrâ may be used uninitialized
in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[14].r_sumâ may be used
uninitialized in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[14].rrâ may be used uninitialized
in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[15].r_sumâ may be used
uninitialized in this function [-Wuninitialized]
dns_cache.c:2296:5: warning: âr_sums[15].rrâ may be used uninitialized
in this function [-Wuninitialized]
$ gcc --version
gcc (Debian 4.7.2-4) 4.7.2
Hello,
is anyone using the modules_s/eval module?
In the context of merging modules_s/* to modules/*, this one lacks the
docbook xml files for readme. It has a text readme file, from where I
understand it does script operations using a stack and polish notation
expressions.
Probably it was developed before the expressions support in config file
language, at this moment all its operations can be done directly by the
interpreter.
I am considering moving the module to obsolete/ folder. If anyone is
using it and wants to keep it in modules/*, then he/she has to convert
the readme text into docbook format (which is not complex at all, just
takes a bit of time, probably like 60 min or even less).
If there is no answer in one week about usage, will be sent to
obsolete/, from where it can be rescued in case of need (just to be
clear for everybody that code is not lost).
Cheers,
Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Module: sip-router
Branch: master
Commit: 263aae0a48f3a92a0e8c0ce43a7d6f610ea8a239
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=263aae0…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Wed Dec 5 15:13:48 2012 +0000
Merge branch 'master' of ssh://git.sip-router.org/sip-router
* 'master' of ssh://git.sip-router.org/sip-router: (268 commits)
xcap_client: fix cross-compilation
utils: fix libcurl dependency
core: print debug message instead of info message when trying to resolve something that is not domain name.
Makefile: adding xhttp_pi to the list of excluded modules (depends on libxml2)
xhttp_pi: fix installation of the pi_framework.xml file
sca: fix DB updates
sca: sca_subscription_print now logs at debug level
tls: fix cross-compilation
Makefile: fixed the option of setting some variables from command line
Makefile.defs: version set to 3.4.0-dev7
Makefile: default FLAVOUR set to kamailio
sca: more cleanup of SCA example kamailio.cfg
sca: include sample kamailio.cfg in docs, update function examples
sca: move working example SCA kamailio.cfg to doc subdirectory
app_python: better printing stacktrace
app_lua: fix cross-compilation
app_python: expand log facilities
sca: remove public IP from example cfg
sca: add working example kamailio.cfg
carrierroute: fix cross-compilation
...
---