mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
a set of fixes to reduce gcc warnings
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
345843fc24
commit
7f084af4e4
7 changed files with 13 additions and 9 deletions
|
|
@ -75,7 +75,7 @@ autoheader
|
|||
automake --foreign --copy --add-missing
|
||||
touch depcomp # seems to be missing for old automake
|
||||
autoconf
|
||||
export CFLAGS='-O2 -Wall -W -pipe -g'
|
||||
export CFLAGS='-O2 -Wall -W -Wunused-const-variable=0 -pipe -g'
|
||||
echo "CFLAGS=$CFLAGS"
|
||||
echo "./configure $args"
|
||||
./configure $args || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue