mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
GCC: Stop telling me about deprecated functions for now, I know certain X11 functions are deprecated but they are too useful
This commit is contained in:
@@ -327,6 +327,7 @@ AC_CHECK_CXXFLAGS([ -pedantic ])
|
||||
#AC_CHECK_CXXFLAGS([ -Wconversion ]) DO NOT ENABLE. THIS WARNING IS WAY TOO PEDANTIC TO BE USEFUL, EXCEPT FOR SPECIFIC CASES
|
||||
#AC_CHECK_CXXFLAGS([ -Wsign-conversion ])
|
||||
AC_CHECK_CXXFLAGS([ -Wconversion-null ])
|
||||
AC_CHECK_CXXFLAGS([ -Wno-deprecated-declarations ])
|
||||
|
||||
dnl Let GCC 7.3.x know that the "fall through" switch cases in this codebase
|
||||
dnl are often intentional.
|
||||
|
Reference in New Issue
Block a user