diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-01-02 17:47:46 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-01-02 17:47:46 -0800 |
| commit | 67dc8e0063986da4798b0bcf2949178d6184e266 (patch) | |
| tree | 4cf6804230d458707792c1b3f3f387f1b13b6458 /CMakeLists.txt | |
| parent | 835821497a9bbd0d65c20714279c6a2c102016c1 (diff) | |
| download | nng-67dc8e0063986da4798b0bcf2949178d6184e266.tar.gz nng-67dc8e0063986da4798b0bcf2949178d6184e266.tar.bz2 nng-67dc8e0063986da4798b0bcf2949178d6184e266.zip | |
fixes #1090 nni_strlcat is unused
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2789e0bd..a888c09d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2019 Staysail Systems, Inc. <info@staysail.tech> +# Copyright 2020 Staysail Systems, Inc. <info@staysail.tech> # Copyright (c) 2012 Martin Sustrik All rights reserved. # Copyright (c) 2013 GoPivotal, Inc. All rights reserved. # Copyright (c) 2015-2016 Jack R. Dunaway. All rights reserved. @@ -348,7 +348,6 @@ else () endif () -nng_check_sym(strlcat string.h NNG_HAVE_STRLCAT) nng_check_sym(strlcpy string.h NNG_HAVE_STRLCPY) nng_check_sym(strnlen string.h NNG_HAVE_STRNLEN) nng_check_sym(strcasecmp string.h NNG_HAVE_STRCASECMP) |
