]> sourceware.org Git - glibc.git/commit - io/tst-file_change_detection.c
Move implementation of <file_change_detection.h> into a C file
authorFlorian Weimer <fweimer@redhat.com>
Tue, 18 Feb 2020 12:44:48 +0000 (13:44 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 18 Feb 2020 12:44:48 +0000 (13:44 +0100)
commit631cf64bc1d8306e011ef39f60b8cb6de91bd271
tree719100a2b1098d6921ef74397b681de93efcfa95
parentfa185f0d4529c6d70f690306f431ca23662b9138
Move implementation of <file_change_detection.h> into a C file

file_change_detection_for_stat partially initialize
struct file_change_detection in some cases, when the size member
alone determines the outcome of all comparisons.  This results
in maybe-uninitialized compiler warnings in case of sufficiently
aggressive inlining.

Once the implementation is moved into a separate C file, this kind
of inlining is no longer possible, so the compiler warnings are gone.
include/file_change_detection.h
io/Makefile
io/Versions
io/file_change_detection.c [new file with mode: 0644]
io/tst-file_change_detection.c
resolv/res_init.c
resolv/resolv_conf.c
This page took 0.078789 seconds and 5 git commands to generate.