Skip to content

Commit

Permalink
removed .deepsource.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fangfufu committed Aug 26, 2024
1 parent a379d11 commit 55236ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .deepsource.toml

This file was deleted.

16 changes: 8 additions & 8 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3492,13 +3492,13 @@ fi
# Because we use $(fuse_LIBS) in $(CFLAGS); see comment in Makefile.in
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -Wunused-command-line-argument" >&5
printf %s "checking whether C compiler accepts -Wunused-command-line-argument... " >&6; }
if test ${ax_cv_check_cflags__Werror__Wunused_command_line_argument+y}
if test ${ax_cv_check_cflags___Wunused_command_line_argument+y}
then :
printf %s "(cached) " >&6
else $as_nop
ax_check_save_flags=$CFLAGS
CFLAGS="$CFLAGS -Werror -Wunused-command-line-argument"
CFLAGS="$CFLAGS -Wunused-command-line-argument"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
Expand All @@ -3512,20 +3512,20 @@ main (void)
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
ax_cv_check_cflags__Werror__Wunused_command_line_argument=yes
ax_cv_check_cflags___Wunused_command_line_argument=yes
else $as_nop
ax_cv_check_cflags__Werror__Wunused_command_line_argument=no
ax_cv_check_cflags___Wunused_command_line_argument=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
CFLAGS=$ax_check_save_flags
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags__Werror__Wunused_command_line_argument" >&5
printf "%s\n" "$ax_cv_check_cflags__Werror__Wunused_command_line_argument" >&6; }
if test "x$ax_cv_check_cflags__Werror__Wunused_command_line_argument" = xyes
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___Wunused_command_line_argument" >&5
printf "%s\n" "$ax_cv_check_cflags___Wunused_command_line_argument" >&6; }
if test "x$ax_cv_check_cflags___Wunused_command_line_argument" = xyes
then :
NUCLA=-Wno-unused-command-line-argument
else $as_nop
:
-Werror
fi
Expand Down

0 comments on commit 55236ce

Please sign in to comment.