configure: WARNING: unrecognized options: --disable-x86_sshni sed: 1: "s@^NONE@/Users/jenkins/ ...": bad flag in substitute command: '/' Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1 configure: WARNING: unrecognized options: --disable-x86_sshni In file included from source_subfolder/getopt1.c:26: source_subfolder/getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int getopt (); ^ void In file included from source_subfolder/getopt.c:98: source_subfolder/getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int getopt (); ^ void source_subfolder/getopt.c:146:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern char *getenv (); ^ void source_subfolder/getopt.c:272:25: warning: unused parameter 'argc' [-Wunused-parameter] _getopt_initialize (int argc, char *const *argv, const char *optstring, ^ source_subfolder/getopt.c:272:44: warning: unused parameter 'argv' [-Wunused-parameter] _getopt_initialize (int argc, char *const *argv, const char *optstring, ^ source_subfolder/getopt.c:1188:1: warning: no previous prototype for function 'getopt' [-Wmissing-prototypes] getopt (int argc, char *const *argv, const char *optstring) ^ 1 warning generated. source_subfolder/siv-cmac.c:61:56: warning: suggest braces around initialization of subobject [-Wmissing-braces] static const union nettle_block16 const_zero = {.b = 0 }; ^ {} 5 warnings generated. 1 warning generated. source_subfolder/rsa-keygen.c:190:11: warning: unused variable 'res' [-Wunused-variable] int res = mpz_invert(key->d, pub->e, phi); ^ 1 warning generated. source_subfolder/ecc-eh-to-a.c:45:11: warning: unused parameter 'op' [-Wunused-parameter] int op, ^ 1 warning generated. Table size: 256 entries Table size: 256 entries Table size: 256 entries Table size: 256 entries Table size: 128 entries Table size: 256 entries Table size: 128 entries Table size: 128 entries Table size: 128 entries make[1]: [libhogweed.dylib] Error 1 (ignored) mkdir: /Users/jenkins/w/cci_PR-3771@3/.conan/data/nettle/3.6/_/_/package/2bb2a039ea54f9b1860b649cf43a9f1aefe3f4b4/lib: File exists CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /Users/jenkins/w/cci_PR-3771@3/2/86e21927-47b5-4c32-a5f5-84635a33ec02/recipes/nettle/all/test_package/test_package.c:22:14: warning: initializing 'uint8_t *' (aka 'unsigned char *') with an expression of type 'char [19]' converts between pointers to integer types with different sign [-Wpointer-sign] uint8_t *data = CLEARTEXT; ^ ~~~~~~~~~ /Users/jenkins/w/cci_PR-3771@3/2/86e21927-47b5-4c32-a5f5-84635a33ec02/recipes/nettle/all/test_package/test_package.c:25:30: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] sha1_update(&ctx, strlen(data), data); ^~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ 2 warnings generated.