../source_subfolder/complete.c:1136:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/complete.c:1136:23: note: place parentheses around the assignment to silence this warning while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) ^ ( ) ../source_subfolder/complete.c:1136:23: note: use '==' to turn this assignment into an equality comparison while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) ^ == ../source_subfolder/complete.c:2185:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (string = (*entry_function) (text, matches)) ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/complete.c:2185:17: note: place parentheses around the assignment to silence this warning while (string = (*entry_function) (text, matches)) ^ ( ) ../source_subfolder/complete.c:2185:17: note: use '==' to turn this assignment into an equality comparison while (string = (*entry_function) (text, matches)) ^ == ../source_subfolder/complete.c:2257:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (entry = getpwent ()) ~~~~~~^~~~~~~~~~~~~ ../source_subfolder/complete.c:2257:16: note: place parentheses around the assignment to silence this warning while (entry = getpwent ()) ^ ( ) ../source_subfolder/complete.c:2257:16: note: use '==' to turn this assignment into an equality comparison while (entry = getpwent ()) ^ == ../source_subfolder/bind.c:497:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = l = 0; c = seq[i]; i++) ~~^~~~~~~~ ../source_subfolder/bind.c:497:21: note: place parentheses around the assignment to silence this warning for (i = l = 0; c = seq[i]; i++) ^ ( ) ../source_subfolder/bind.c:497:21: note: use '==' to turn this assignment into an equality comparison for (i = l = 0; c = seq[i]; i++) ^ == ../source_subfolder/bind.c:1462:31: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = start,passc = 0; c = string[i]; i++) ~~^~~~~~~~~~~ ../source_subfolder/bind.c:1462:31: note: place parentheses around the assignment to silence this warning for (i = start,passc = 0; c = string[i]; i++) ^ ( ) ../source_subfolder/bind.c:1462:31: note: use '==' to turn this assignment into an equality comparison for (i = start,passc = 0; c = string[i]; i++) ^ == ../source_subfolder/bind.c:2643:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = 0; name = names[i]; i++) ~~~~~^~~~~~~~~~ ../source_subfolder/bind.c:2643:20: note: place parentheses around the assignment to silence this warning for (i = 0; name = names[i]; i++) ^ ( ) ../source_subfolder/bind.c:2643:20: note: use '==' to turn this assignment into an equality comparison for (i = 0; name = names[i]; i++) ^ == ../source_subfolder/input.c:467:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (c = _rl_next_macro_key ()) ~~^~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/input.c:467:13: note: place parentheses around the assignment to silence this warning if (c = _rl_next_macro_key ()) ^ ( ) ../source_subfolder/input.c:467:13: note: use '==' to turn this assignment into an equality comparison if (c = _rl_next_macro_key ()) ^ == 1 warning generated. ../source_subfolder/misc.c:452:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (ul = (UNDO_LIST *)entry->data) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/misc.c:452:14: note: place parentheses around the assignment to silence this warning if (ul = (UNDO_LIST *)entry->data) ^ ( ) ../source_subfolder/misc.c:452:14: note: use '==' to turn this assignment into an equality comparison if (ul = (UNDO_LIST *)entry->data) ^ == ../source_subfolder/misc.c:499:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (ul = (UNDO_LIST *)hent->data) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/misc.c:499:14: note: place parentheses around the assignment to silence this warning if (ul = (UNDO_LIST *)hent->data) ^ ( ) ../source_subfolder/misc.c:499:14: note: use '==' to turn this assignment into an equality comparison if (ul = (UNDO_LIST *)hent->data) ^ == ../source_subfolder/histexpand.c:213:27: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (local_index = i; c = string[i]; i++) ~~^~~~~~~~~~~ ../source_subfolder/histexpand.c:213:27: note: place parentheses around the assignment to silence this warning for (local_index = i; c = string[i]; i++) ^ ( ) ../source_subfolder/histexpand.c:213:27: note: use '==' to turn this assignment into an equality comparison for (local_index = i; c = string[i]; i++) ^ == 2 warnings generated. 3 warnings generated. ../source_subfolder/histsearch.c:212:27: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (unescaped_backslash = (string[ret] == '\\')) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/histsearch.c:212:27: note: place parentheses around the assignment to silence this warning if (unescaped_backslash = (string[ret] == '\\')) ^ ( ) ../source_subfolder/histsearch.c:212:27: note: use '==' to turn this assignment into an equality comparison if (unescaped_backslash = (string[ret] == '\\')) ^ == 1 warning generated. ../source_subfolder/tilde.c:195:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (result = strchr (string, '~')) ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/tilde.c:195:14: note: place parentheses around the assignment to silence this warning if (result = strchr (string, '~')) ^ ( ) ../source_subfolder/tilde.c:195:14: note: use '==' to turn this assignment into an equality comparison if (result = strchr (string, '~')) ^ == 1 warning generated. 3 warnings generated. 1 warning generated. Apple LLVM version 9.1.0 (clang-902.0.39.2) Target: x86_64-apple-darwin18.2.0 Thread model: posix InstalledDir: /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin Apple LLVM version 9.1.0 (clang-902.0.39.2) Target: x86_64-apple-darwin18.2.0 Thread model: posix InstalledDir: /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin "/Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -dylib -dylib_compatibility_version 8.0 -dylib_current_version 8.0 -arch x86_64 -dylib_install_name /Users/jenkins/w/cci_PR-3932@3/.conan/data/readline/8.0/_/_/package/d9dcfebc50da00140765cee419059d99cc809623/lib/libhistory.8.dylib -dynamic -macosx_version_min 10.13.0 -syslibroot /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -undefined dynamic_lookup -undefined dynamic_lookup -o libhistory.8.0.dylib -L/Users/jenkins/w/cci_PR-3932@3/.conan/data/termcap/1.3.1/_/_/package/af96383df8ed9748d2eed48fb04099c5914a718f/lib history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so xfree.so -lncurses -lSystem /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a "/Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -dylib -dylib_compatibility_version 8.0 -dylib_current_version 8.0 -arch x86_64 -dylib_install_name /Users/jenkins/w/cci_PR-3932@3/.conan/data/readline/8.0/_/_/package/d9dcfebc50da00140765cee419059d99cc809623/lib/libreadline.8.dylib -dynamic -macosx_version_min 10.13.0 -syslibroot /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -undefined dynamic_lookup -undefined dynamic_lookup -o libreadline.8.0.dylib -L/Users/jenkins/w/cci_PR-3932@3/.conan/data/termcap/1.3.1/_/_/package/af96383df8ed9748d2eed48fb04099c5914a718f/lib readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so colors.so parse-colors.so xmalloc.so xfree.so compat.so -lncurses -ltermcap -lSystem /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY