summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave/static_const_member_2_runme.m
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2020-08-05 10:32:17 -0700
committerAlistair Delva <adelva@google.com>2020-08-13 09:19:37 -0700
commitbaf2fbb98fbc7fa9da895f687d855dbeda7a422b (patch)
tree077e4f5cb19b1e36d14f0432c75a468dfce725ee /Examples/test-suite/octave/static_const_member_2_runme.m
parent46e17f1458e312c5a5b4213adefffbdab4b05540 (diff)
downloadswig-baf2fbb98fbc7fa9da895f687d855dbeda7a422b.tar.gz
naming: Add unreachable return to !HAVE_PCRE path
Android builds all host tools with -Werror=no-return, which generates a false positive in name_regexmatch_value() if HAVE_PCRE is not present. Fix this by adding a return code to the !HAVE_PCRE path. This return will not be reached but will suppress the compiler warning. If/when SWIG can require C++11 compilers, a better fix would be to make SWIG_exit() [[noreturn]]. Closes #1860
Diffstat (limited to 'Examples/test-suite/octave/static_const_member_2_runme.m')
0 files changed, 0 insertions, 0 deletions