Skip to content

configure & compiler warning cleanups

Alan Coopersmith requested to merge alanc/xf86-video-s3virge: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
  • Fix warning: no previous prototype for ‘S3VNopAllCmdSets’ [-Wmissing-prototypes]
  • Fix -Wmisleading-indentation warnings in regs3v.h
  • Fix warning: declaration of ‘tmp’ shadows a previous local [-Wshadow]

Merge request reports