Skip to content

Commit b9169ab

Browse files
committed
changed configure.ac to see if fixes CodeQL
1 parent bc68443 commit b9169ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AC_PROG_CC
55
AC_SEARCH_LIBS([backtrace],[execinfo])
66

77
# Because we use $(fuse_LIBS) in $(CFLAGS); see comment in Makefile.in
8-
AX_CHECK_COMPILE_FLAG([-Wunused-command-line-argument],[NUCLA=-Wno-unused-command-line-argument],,[-Werror])
8+
AX_CHECK_COMPILE_FLAG([-Wunused-command-line-argument],[NUCLA=-Wno-unused-command-line-argument],[-Werror])
99
AC_SUBST([NUCLA])
1010
AM_INIT_AUTOMAKE([foreign subdir-objects])
1111
PKG_CHECK_MODULES([pkgconf],[gumbo libcurl uuid expat openssl])

0 commit comments

Comments
 (0)