Skip to content

Commit

Permalink
inline.h: Suppress g++ warning under threads
Browse files Browse the repository at this point in the history
In file included from perl.h:5853,
                 from op.c:103:
inline.h:712: warning: unused parameter 'my_perl'
  • Loading branch information
Father Chrysostomos committed May 15, 2016
1 parent 8e5993c commit 59a14f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inline.h
Expand Up @@ -715,6 +715,7 @@ S_cx_popwhen(pTHX_ PERL_CONTEXT *cx)
assert(CxTYPE(cx) == CXt_WHEN);

PERL_UNUSED_ARG(cx);
PERL_UNUSED_CONTEXT;
/* currently NOOP */
}

Expand Down

0 comments on commit 59a14f3

Please sign in to comment.