Module: kamailio Branch: master Commit: 31b9af0c2c524afc84b2b03d5c2d2bdac8f12daf URL: https://github.com/kamailio/kamailio/commit/31b9af0c2c524afc84b2b03d5c2d2bdac8f12daf
Author: Konstantin M <[email protected]> Committer: GitHub <[email protected]> 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/31b9af0c2c524afc84b2b03d5c2d2bdac8f12daf.diff Patch: https://github.com/kamailio/kamailio/commit/31b9af0c2c524afc84b2b03d5c2d2bdac8f12daf.patch --- 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 _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
