mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
win32: Make some unused-variable warnings go away
This commit is contained in:
parent
3adc43b8fe
commit
5818a2c63e
15 changed files with 49 additions and 29 deletions
|
|
@ -748,7 +748,9 @@ int main(int argc, char *argv[]) {
|
|||
}
|
||||
|
||||
if (conf->daemonize) {
|
||||
#ifdef HAVE_FORK
|
||||
pid_t child;
|
||||
#endif
|
||||
|
||||
if (pa_stdio_acquire() < 0) {
|
||||
pa_log(_("Failed to acquire stdio."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue