<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/107551>107551</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[lldb] warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
trcrsired
</td>
</tr>
</table>
<pre>
```
50:29: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
950 | if (debugserver_file_spec = GetDebugserverPath(platform)) {
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cqwrteur/toolchains_build/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp:950:29: note: place parentheses around the assignment to silence this warning
950 | if (debugserver_file_spec = GetDebugserverPath(platform)) {
| ^
| ( )
/home/cqwrteur/toolchains_build/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp:950:29: note: use '==' to turn this assignment into an equality comparison
950 | if (debugserver_file_spec = GetDebugserverPath(platform)) {
| ^
| ==
1 warning generated.
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJzMVM9v6zYM_mvoC9FAlu04PviQPDfvWuyyYyHLjK1Bllz9aNDL_vZBTrJmXddbh0f4QIsSCX7fRwrv1WiIWqgOUHWZiGGyrg1OOq8cDVlvh7cWtuz6sQ7YvmJQ7HkDxR7PwhllxuRGr8yIYSJ05KMOaE8oDF4qzGQCCo8CpTWDCsoaPKsw2RhwEY5MmMiTR6gOD7_fHUDVXWoiNhVDqH8gojoh8N1AfRw9uVdyzyel6dkvJBGKDn9S6N6DTyJMwHeLFuFk3Qy8Ad4g1Idb4mQp8Z-fGlSPnwdu8TUL8ONkZwJ-lC9nFyg64MdgrZaTUMY_91HpAfhR69f5YXH2D5Jh_R164Edvo5Pp8ZOOozI-ec5K8skbh_7B0WxDuvCzO_y2-j_sPEejpEhQbuSyQLFv7ogx6X6xx0ULSf-AWDgbzbASdcdNsOiVJiMJw6T838ReMPou7C85_9ugevw6_oFC4DtMRX5tTqInBF5D0aWP1wn8EJ25IH9HijLBphmilyi0Cm8o7bwIp7w1H6fim2YCqsePR1_ycWlpfZHfNIQjGXIi0LC5EnNbJ9nQFkNTNCKjNq95tc2retdkU7utRbMdaka8YCVnPatF07Nyt80HxgXLM9VyxkvWsC1ryoI1m2o7CEF5KU5UlpKXUDKahdKbxO7GujFT3kdqc1ZXVZ5p0ZP269bj3NAZ1yhwnpaga1dJJLSgZFr54N_TBBX0ui5XnVTd_7ECs-h0O4WweCiSrJMCVZhiv5F2vir430JeW0pqvfb82vK_AgAA___nmt6p">