mysql_version.h is already included at mysql.h
> In file included from km_dbase.c:38:
> /usr/include/mariadb/mysql_version.h:3:2: warning: This file should not be included by clients, include only <mysql.h> [-W#warnings]
> #warning This file should not be included by clients, include only <mysql.h>
> ^
> 1 warning generated.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1777
-- Commit Summary --
* db_mysql: remove build warning, unneeded include
-- File Changes --
M src/modules/db_mysql/km_dbase.c (1)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1777.patchhttps://github.com/kamailio/kamailio/pull/1777.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1777
Module: kamailio
Branch: master
Commit: b6e8422b8969daabb1259f00edc17f580a96e90f
URL: https://github.com/kamailio/kamailio/commit/b6e8422b8969daabb1259f00edc17f5…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)kamailio.org>
Date: 2018-12-26T21:29:33+01:00
Makefile: remove "pingtel hack" #define from 2002 in Makefile
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/b6e8422b8969daabb1259f00edc17f5…
Patch: https://github.com/kamailio/kamailio/commit/b6e8422b8969daabb1259f00edc17f5…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 3512666e0e..09260d1cbd 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -575,10 +575,6 @@ data_target = $(prefix)/$(data_dir)
# -DNOSMP
# don't use smp compliant locking (faster but won't work on SMP machines)
# (not yet enabled) (FAST_LOCK)
-# -DNO_PINGTEL_TAG_HACK
-# if enabled, To-header-field will be less liberal and will not accept
-# 'tag=' (tag parameter with equal sign and without value); it is called
-# this way because such message was sighted from a Pingtel phone
# -DUSE_TCP
# compiles in tcp support
# -DDISABLE_NAGLE