]> git.alsa-project.org Git - alsa-utils.git/commit
amixer: define _GNU_SOURCE to get exp10
authorMilton Vandersloot <miltonvandersloot@fake-box.com>
Wed, 27 Mar 2019 16:36:54 +0000 (17:36 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 6 Apr 2019 06:58:49 +0000 (08:58 +0200)
commit551cc37fc66dc3be0a1423788b70bfa7e7501721
tree8a16d7e96e0f01be6390b3e2e638f2696e04bb7b
parent11e6de5493e06457cae437559dd2bfdc9dd712ea
amixer: define _GNU_SOURCE to get exp10

Get rid of a warning about implicit declaration of exp10, which is
behind _GNU_SOURCE as a non-standard feature. The same problem was fixed
for alsamixer in commit 116488e5f2f1b897084bd151381ee254e1cc177d.

Signed-off-by: Milton Vandersloot <miltonvandersloot@fake-box.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
amixer/Makefile.am