diff options
author | bcook <> | 2014-08-18 19:11:48 +0000 |
---|---|---|
committer | bcook <> | 2014-08-18 19:11:48 +0000 |
commit | 6ee9e8bd1dfefb2512d09447fa41d83947caba6c (patch) | |
tree | 1a0b420df1945872d5e272d78732e7436157f08d /src/lib/libc/string/strcat.3 | |
parent | a904076a7b693c8512f298bacec36b1e7e3ff538 (diff) | |
download | openbsd-6ee9e8bd1dfefb2512d09447fa41d83947caba6c.tar.gz openbsd-6ee9e8bd1dfefb2512d09447fa41d83947caba6c.tar.bz2 openbsd-6ee9e8bd1dfefb2512d09447fa41d83947caba6c.zip |
remove return value from HOST_c2l/l2c macros
These macros and asm inlines simulate a function returning a value, but
nothing ever uses this return value. Remove the pseudo-returns and
(void) casts discarding the unused values.
This, maybe unsurprisingly, speeds things up a bit. It also removes the
GCC 4.9 warnings about unused values.
ok miod@ deraadt@
Diffstat (limited to 'src/lib/libc/string/strcat.3')
0 files changed, 0 insertions, 0 deletions