Skip to content

configure & compiler warning cleanup

Alan Coopersmith requested to merge alanc/xf86-video-ast: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
  • Handle 12 -Wmissing-prototypes warnings
  • Handle 2 -Wdeclaration-after-statement warnings
  • Handle a -Wformat warning

Merge request reports