Searched hist:"604997 b4a3803f33e70799b2696bd3dbfed7276c" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | ctree.c | diff 604997b4a3803f33e70799b2696bd3dbfed7276c Mon Jul 27 10:38:19 CDT 2020 David Sterba <dsterba@suse.com> btrfs: use the correct const function attribute for btrfs_get_num_csums
The build robot reports
compiler: h8300-linux-gcc (GCC) 9.3.0 In file included from fs/btrfs/tests/extent-map-tests.c:8: >> fs/btrfs/tests/../ctree.h:2166:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 2166 | size_t __const btrfs_get_num_csums(void); | ^~~~~~~
The function attribute for const does not follow the expected scheme and in this case is confused with a const type qualifier.
Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | ctree.h | diff 604997b4a3803f33e70799b2696bd3dbfed7276c Mon Jul 27 10:38:19 CDT 2020 David Sterba <dsterba@suse.com> btrfs: use the correct const function attribute for btrfs_get_num_csums
The build robot reports
compiler: h8300-linux-gcc (GCC) 9.3.0 In file included from fs/btrfs/tests/extent-map-tests.c:8: >> fs/btrfs/tests/../ctree.h:2166:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 2166 | size_t __const btrfs_get_num_csums(void); | ^~~~~~~
The function attribute for const does not follow the expected scheme and in this case is confused with a const type qualifier.
Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: David Sterba <dsterba@suse.com>
|