Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fi

# Checks for programs.
AC_PROG_CC
AC_PROG_CC_STDC
Comment thread
anphsw marked this conversation as resolved.
AC_PROG_INSTALL
AC_PROG_MAKE_SET

Expand Down
1 change: 0 additions & 1 deletion src/unicast_monit.c
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,6 @@ int unicast_send_channel_list_xml (int number_of_channels, mumudvb_channel_t *ch
#ifndef ENABLE_SCAM_SUPPORT
(void) scam_vars_v; //to make compiler happy
#else
char *scam_vars;
scam_parameters_t *scam_vars=(scam_parameters_t *)scam_vars_v;
#endif

Expand Down