Skip to content

configure & compiler warning cleanups

Alan Coopersmith requested to merge alanc/xf86-video-savage:warnings into master
  • configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  • Add X.Org's standard C warning flags to AM_CFLAGS
  • Revert "exa: Use exaGetPixmapFirstPixel() instead of devPrivate.ptr" [fixes -Wbad-function-cast]
  • Fix warning: no previous prototype for ‘SavageGetCopyROP’
  • Fix -Wdeclaration-after-statement warning in SavagePreInit()
  • Use C99 named initializers for XF86ModReqInfo in SavagePreInit()
  • Fix 5 -Wshadow warnings

Merge request reports