You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by jdanekrh <gi...@git.apache.org> on 2018/11/25 20:07:24 UTC

[GitHub] activemq-artemis pull request #2440: ARTEMIS-2181 Add `static` storage class...

GitHub user jdanekrh opened a pull request:

    https://github.com/apache/activemq-artemis/pull/2440

    ARTEMIS-2181 Add `static` storage class for an inline function internal to the compile unit

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jdanekrh/activemq-artemis jd_static_inline

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/2440.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2440
    
----
commit 17855709494538a316d5b29108357858edd09ca7
Author: Jiri Danek <jd...@...>
Date:   2018-11-24T20:54:44Z

    ARTEMIS-2181 Add `static` storage class for an inline function internal to the compile unit

----


---

[GitHub] activemq-artemis pull request #2440: ARTEMIS-2181 Add `static` storage class...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/2440


---

[GitHub] activemq-artemis issue #2440: ARTEMIS-2181 Add `static` storage class for an...

Posted by jbertram <gi...@git.apache.org>.
Github user jbertram commented on the issue:

    https://github.com/apache/activemq-artemis/pull/2440
  
    Can you confirm this change is backwards compatible (i.e. everything still works with previous version of GCC)?


---

[GitHub] activemq-artemis issue #2440: ARTEMIS-2181 Add `static` storage class for an...

Posted by jdanekrh <gi...@git.apache.org>.
Github user jdanekrh commented on the issue:

    https://github.com/apache/activemq-artemis/pull/2440
  
    Works on my machine...


---