aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Bugaev <bugaevc@gmail.com>2024-03-27 19:18:31 +0300
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-03-27 19:46:49 +0100
commitc8998d9d3d0c55f98cc4eb7110f99af9c699ed4b (patch)
tree9b0484fd67bea540131595e5b89cf0104e9b3f20 /Makefile.am
parente4685d299c3933403c16ada60c6f65f579c3b479 (diff)
downloadgnumach-c8998d9d3d0c55f98cc4eb7110f99af9c699ed4b.tar.gz
gnumach-c8998d9d3d0c55f98cc4eb7110f99af9c699ed4b.tar.bz2
gnumach-c8998d9d3d0c55f98cc4eb7110f99af9c699ed4b.zip
kern/rdxtree: Fix undefined behavior
Initializing a variable with itself is undefined, and GCC 14 rightfully produces a warning about the variable being used (to initialize itself) prior to initialization. X15 sets the variables to 0 instead, so do the same in Mach. Message-ID: <20240327161841.95685-8-bugaevc@gmail.com>
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions