Skip to content

Commit

Permalink
build: automake: add -Wno-portability
Browse files Browse the repository at this point in the history
In order to suppress the warning

src/Makefile.am:117: warning: '%'-style pattern rules are a GNU make extension
  • Loading branch information
ceyusa authored and xhaihao committed Feb 11, 2018
1 parent 64e1aa2 commit 005bc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ AC_INIT([intel_vaapi_driver],
[intel-vaapi-driver],
[https://github.com/01org/intel-vaapi-driver])
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([1.9 tar-ustar])
AM_INIT_AUTOMAKE([1.9 tar-ustar -Wno-portability])

AC_CONFIG_HEADERS([src/config.h])

Expand Down

0 comments on commit 005bc45

Please sign in to comment.