aboutsummaryrefslogtreecommitdiff
path: root/src/rc/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-12-21 01:46:19 -0500
committerMike Frysinger <vapier@gentoo.org>2021-12-21 01:48:31 -0500
commit8b247dd5d8ec890608e5c2295fc57b45c066e787 (patch)
treea79eb1c346adde1b722b11aaae21fe01d70ccce3 /src/rc/Makefile
parent8ffc4162e267cf55a8fe789792fc3568fd82ecd7 (diff)
broadcast: fix compiler warnings
Newer gcc reports: broadcast.c: In function 'broadcast': broadcast.c:132:15: warning: variable 'tp' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 132 | FILE *tp; Move the storage off the stack to avoid. This makes the function not safe for multithread use, but we don't do that anywhere, so who cares!
Diffstat (limited to 'src/rc/Makefile')
0 files changed, 0 insertions, 0 deletions