b3f689911f
Although the sysctls are marked with CTLFLAG_RD and the values will stay immutable, current sysctl implementation stores value pointer in void* type, which means that const qualifier is discarded anyway and some newer compilers complaint about that. We can't use de-const trick in sysctl implementation, because in that case we could miss an opposite situation where a const value is used with CTLFLAG_RW sysctl. Complaint from: gcc 4.4, clang MFC after: 2 weeks |
||
---|---|---|
.. | ||
ac97_if.m | ||
ac97_patch.c | ||
ac97_patch.h | ||
ac97.c | ||
ac97.h | ||
buffer.c | ||
buffer.h | ||
channel_if.m | ||
channel.c | ||
channel.h | ||
dsp.c | ||
dsp.h | ||
feeder_chain.c | ||
feeder_eq.c | ||
feeder_format.c | ||
feeder_if.m | ||
feeder_matrix.c | ||
feeder_mixer.c | ||
feeder_rate.c | ||
feeder_volume.c | ||
feeder.c | ||
feeder.h | ||
g711.h | ||
intpcm.h | ||
matrix_map.h | ||
matrix.h | ||
mixer_if.m | ||
mixer.c | ||
mixer.h | ||
pcm.h | ||
sndstat.c | ||
sndstat.h | ||
sound.c | ||
sound.h | ||
vchan.c | ||
vchan.h |