diff options
author | Tom de Vries <tdevries@suse.de> | 2020-11-18 19:59:45 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2020-11-18 19:59:45 +0100 |
commit | 5d8254e18560653d6d4d4d62be2a35ef68de4376 (patch) | |
tree | 6e83ddb67d68bc20f8ff65551f689c546e8dad2e /libctf | |
parent | e4d9e5422fa233e9e32ce89e07a5a6ca89e85090 (diff) | |
download | binutils-5d8254e18560653d6d4d4d62be2a35ef68de4376.zip binutils-5d8254e18560653d6d4d4d62be2a35ef68de4376.tar.gz binutils-5d8254e18560653d6d4d4d62be2a35ef68de4376.tar.bz2 |
[gdb/build] Fix -Werror=bool-compare warning in update_static_array_size
With current trunk I run into:
...
src/gdb/gdbtypes.c: In function 'bool update_static_array_size(type*)':
src/gdb/gdbtypes.c:1250:64: error: comparison of constant '0' with boolean \
expression is always true [-Werror=bool-compare]
&& get_array_bounds (element_type, &low_bound, &high_bound) >= 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
...
Fix this by dropping the compare.
gdb/ChangeLog:
2020-11-18 Tom de Vries <tdevries@suse.de>
* gdbtypes.c (update_static_array_size): Fix -Werror=bool-compare
warning.
Diffstat (limited to 'libctf')
0 files changed, 0 insertions, 0 deletions