]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: omit unnecessary pragmas and fix tsort.c
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 May 2020 23:40:26 +0000 (16:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 May 2020 00:32:52 +0000 (17:32 -0700)
commite18efcfd0422b892ddd165035bad4f241591aa17
treedc87032d8747aefe70400558411af4dbba04e8ff
parent1bbb0827db75f030289e1a16ace571ea6e834a12
maint: omit unnecessary pragmas and fix tsort.c

* src/chown-core.c, src/comm.c:
* src/tsort.c (record_relation):
Remove GCC 10 pragmas that are not needed in GCC 10.1.0 (the first
public GCC 10 release) and that in some cases cause diagnostics
with GCC 10.1.0.  The tsort.c change fixes a bug that was
inadvertantly introduced when these pragmas were added.
src/chown-core.c
src/comm.c
src/tsort.c