Skip to content

configure & compiler warning improvements

Alan Coopersmith requested to merge alanc/xf86-video-v4l: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
  • Quiet -Wredundant-decls warnings for strlcat and strlcpy
  • Fix -Wdiscarded-qualifiers warning in AddV4LEnc()

Merge request reports