[vlc-devel] [PATCH v2] package/win32: build.sh: trigger build errors on dubious pointer use
Rémi Denis-Courmont
remi at remlab.net
Wed Mar 18 11:47:04 CET 2020
Le keskiviikkona 18. maaliskuuta 2020, 10.57.13 EET Steve Lhomme a écrit :
> You're still talking about a different type of pointer issues that can
> be solved with casting. (and that will be silenced anyway since we tend
> to do commits to suppress warnings)
I am talking about an issue that is wrongly silenced by casting and stems from
the same named warning category. Call that a different proble if you will, it's
still the same category.
Treating warnings as errors is bad both because it breaks the build needlessly
for harmless or minor issues, and because it increases the incentive to mute
warnings instead of fixing actual bugs.
--
レミ・デニ-クールモン
http://www.remlab.net/
More information about the vlc-devel
mailing list