Module: kamailio Branch: master Commit: 31b9af0c2c524afc84b2b03d5c2d2bdac8f12daf URL: https://github.com/kamailio/kamailio/commit/31b9af0c2c524afc84b2b03d5c2d2bda...
Author: Konstantin M ezdev128@users.noreply.github.com Committer: GitHub noreply@github.com Date: 2017-09-27T16:15:41+03:00
Revert "app_python: fix compiler warning"
---
Modified: src/modules/app_python/Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/31b9af0c2c524afc84b2b03d5c2d2bda... Patch: https://github.com/kamailio/kamailio/commit/31b9af0c2c524afc84b2b03d5c2d2bda...
---
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