[sr-dev] [kamailio/kamailio] app_python: fix compiler warning (#924)

Victor Seva notifications at github.com
Thu Jan 12 17:18:24 CET 2017


>    Add "-fno-strict-aliasing" to compilation flags
>
>    Fixes a slew of:
>      "dereferencing type-punned pointer will break strict-aliasing rules"
>    warnings from GCC for lines of the form:
>      Py_INCREF(Py_True);
>    and
>      Py_INCREF(Py_False);
>
>    due to the cast from PyIntObject* to PyObject*
>
>    GCC is technically correct here; see:
>      http://www.python.org/dev/peps/pep-3123/
>    though this is unlikely to lead to non-working machine code.
You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/924

-- Commit Summary --

  * app_python: fix compiler warning

-- File Changes --

    M src/modules/app_python/Makefile (2)

-- Patch Links --

https://github.com/kamailio/kamailio/pull/924.patch
https://github.com/kamailio/kamailio/pull/924.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/924
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20170112/e651f2ce/attachment.html>


More information about the sr-dev mailing list