Subj : src/xpdev/xpbeep.c To : Git commit to main/sbbs/master From : Deucе Date : Sat Feb 10 2024 09:49 pm https://gitlab.synchro.net/main/sbbs/-/commit/2e2ab2510aa35d61fda176c1 Modified Files: src/xpdev/xpbeep.c Log Message: Fix some warnings. We can't use const protection for the sample buffer because the Win32 API takes non-const buffers. For standard implicit conversions, simply disable the warning where it occurs on purpose. It appears that MSVC builds use the equivilent of -Wconversion (which isn't even part of -Wall). .