asterisk/addons
Jaco Kroon 5cd7230f3c addons/res_config_mysql: silense warnings about printf format errors.
Warnings without this:

res_config_mysql.c: In function 'update2_mysql':
res_config_mysql.c:741:15: warning: format '%llu' expects argument of type
    'long long unsigned int', but argument 6 has type 'my_ulonglong'
    {aka 'long unsigned int'} [-Wformat=]
ast_debug(1, "MySQL RealTime: Updated %llu rows on table: %s\n",
    numrows, tablename);

(reformatted for readability within line-wrap)

Change-Id: I2af4d419a37c1a7eeee750cf9ae4a9a2b3a37fd3
2020-02-24 16:16:26 +02:00
..
ooh323c chan_ooh323: fix h323 log file path 2019-04-10 17:12:42 -06:00
.gitignore Add .gitignore and .gitreview files 2015-04-11 19:43:43 -06:00
Makefile Fix GCC 8 build issues. 2018-05-11 09:48:58 -04:00
app_mysql.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
cdr_mysql.c configure: Add check for MySQL client bool and my_bool type usage. 2019-12-16 10:36:25 -06:00
chan_mobile.c chan_mobile: support handling of caller-id names ("cnam"). 2018-05-17 15:24:34 -06:00
chan_ooh323.c Build: Fix compile issues with seldom used modules 2019-11-07 08:31:53 -05:00
chan_ooh323.h chan_ooh323: fix h323 log file path 2019-04-10 17:12:42 -06:00
format_mp3.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
ooh323cDriver.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
ooh323cDriver.h ooh323cDriver: Fix typo in header guard. 2018-01-05 13:19:36 +01:00
res_config_mysql.c addons/res_config_mysql: silense warnings about printf format errors. 2020-02-24 16:16:26 +02:00