Build: Added -Wall,extra,-pedantic, fixed warnings and peeves.
This commit is contained in:
+2
-1
@@ -57,7 +57,8 @@ AC_SEARCH_LIBS([dlopen], [dl ldl], [], [
|
||||
AC_SEARCH_LIBS([dlsym], [dl ldl], [], [
|
||||
AC_MSG_ERROR([dlsym() not found in libdl or libldl.])])
|
||||
|
||||
AM_CPPFLAGS=m4_normalize(["-I\"\$(top_srcdir)/include\""])
|
||||
AM_CPPFLAGS=m4_normalize(["-I\"\$(top_srcdir)/include\"
|
||||
-Wall -Wextra -pedantic"])
|
||||
|
||||
AC_SUBST([AM_CPPFLAGS])
|
||||
AC_SUBST([YACC])
|
||||
|
||||
Reference in New Issue
Block a user