diff options
author | Jack Lloyd <[email protected]> | 2017-04-19 09:14:14 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-04-19 09:14:14 -0400 |
commit | 36c36ccfe76380d1a0171110da25490af753e254 (patch) | |
tree | bb4f00b0db723865b1d14447f8b1e21f76b082c5 /src/tests/test_mac.cpp | |
parent | 3553ac7b22620604d19da4881201fb416425d23f (diff) |
Fix Clang warning in ffi
The do_get_field functions had C linkage but returned BigInt, which
is a warning under Clang at least. Move these functions up outside
of the extern "C" block, and rename them to not match the FFI function
since these are not publically accessible APIs, just helper functions.
Diffstat (limited to 'src/tests/test_mac.cpp')
0 files changed, 0 insertions, 0 deletions