commit | 3bf4994276269a241d97f8ccb5171fe581baa4cb | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Sep 30 10:55:02 2022 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Sep 30 10:55:02 2022 +0200 |
tree | d9f192c522fc3e9ae660fc97a30433646104e93e | |
parent | d988b231b0db7b3d6a1e21706bb9920b734f15cf [diff] |
objcopy: avoid "shadowing" of remove() function name remove() is a standard library function (declared in stdio.h), which triggers a "shadows a global declaration" warning with some gcc versions.