Module: kamailio Branch: master Commit: 1c0dd4cf9cd131ce1844dbbe7dc20f30f5e8a010 URL: https://github.com/kamailio/kamailio/commit/1c0dd4cf9cd131ce1844dbbe7dc20f30...
Author: Konstantin M ezdev128@users.noreply.github.com Committer: GitHub noreply@github.com Date: 2017-09-27T16:19:09+03:00
Merge pull request #1248 from kamailio/revert-924-vseva/fix_app_python
Revert "app_python: fix compiler warning"
---
Modified: src/modules/app_python/Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/1c0dd4cf9cd131ce1844dbbe7dc20f30... Patch: https://github.com/kamailio/kamailio/commit/1c0dd4cf9cd131ce1844dbbe7dc20f30...
---
diff --git a/src/modules/app_python/Makefile b/src/modules/app_python/Makefile index 02f5fff664..d1854c12e4 100644 --- a/src/modules/app_python/Makefile +++ b/src/modules/app_python/Makefile @@ -22,8 +22,6 @@ ifeq ($(OS), freebsd) LIBS+=-pthread endif
-# python2 https://www.python.org/dev/peps/pep-3123/ -DEFS+=-fno-strict-aliasing DEFS+=-I${PYTHON_INCDIR} DEFS+=-DKAMAILIO_MOD_INTERFACE