make[1]: warning: -j3 forced in submake: resetting jobserver mode. ../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++) ^ == 3 warnings generated. 3 warnings generated. ../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) ^ == 2 warnings generated. ../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++) ^ == 1 warning 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. make[1]: warning: -j3 forced in submake: resetting jobserver mode. make[1]: warning: -j3 forced in submake: resetting jobserver mode. make[1]: warning: -j3 forced in submake: resetting jobserver mode. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY