You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building zfs-utils under gcc 6.1 I noticed following warning
libzfs_import.c: In function 'fix_paths':
libzfs_import.c:224:28: warning: self-comparison always evaluates to true [-Wtautological-compare]
if (best->ne_num_labels == best->ne_num_labels &&
^~
The text was updated successfully, but these errors were encountered:
Bronek
changed the title
gcc 6.1 warning in fix_paths
gcc 6.1 warning in libzfs_import.c
May 20, 2016
When building zfs-utils under gcc 6.1 I noticed following warning
The text was updated successfully, but these errors were encountered: