summaryrefslogtreecommitdiffstats
path: root/args.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-05-15 06:16:23 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-05-15 06:16:23 -0700
commitac14e0f1adeb637cf7c393b42f50bf0cab6dc756 (patch)
treefa9a7eb953d5d20b2bea6ef7cd28232889104657 /args.c
parent657c6fedce9c743e46badcc4457a1fbaa8901d7e (diff)
downloadtxr-ac14e0f1adeb637cf7c393b42f50bf0cab6dc756.tar.gz
txr-ac14e0f1adeb637cf7c393b42f50bf0cab6dc756.tar.bz2
txr-ac14e0f1adeb637cf7c393b42f50bf0cab6dc756.zip
ffi and utf8: C++ fixes.
* ffi.c (ffi_varray_alloc, ffi_char_array_put): Use cnum type consistently to avoid signed/unsigned comparison warning from g++. (ffi_closure_dispatch_safe): Put block of code into a braced statement so that the macro-generated switch case branch isn't crossing the initialization of a variable. Also, convert cast added where we are passing a void * to a mem_* parameter. * utf8.c (utf8_dup_from): Fix coerce macros being used to strip qualifiers, not only convert type.
Diffstat (limited to 'args.c')
0 files changed, 0 insertions, 0 deletions