diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-13 13:10:40 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-13 13:10:40 +0000 |
commit | 4c30502baa54e0bb4c2afe5d5ac3fb6429a325a0 (patch) | |
tree | 0d87d479624143192a78a82379b9b2fab02eb3b7 /audio/timidity/files/patch-ae | |
parent | Fix build on -CURRENT and reduce compiler warning on 3.x. (diff) |
Reduce compiler warning on -CURRENT.
PR: ports/48231
Submitted by: Andrew Lankford <arlankfo@141.com>
Notes
Notes:
svn path=/head/; revision=75458
Diffstat (limited to 'audio/timidity/files/patch-ae')
-rw-r--r-- | audio/timidity/files/patch-ae | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/timidity/files/patch-ae b/audio/timidity/files/patch-ae index 1c8b9c92d5fb..bc2666e7cfc4 100644 --- a/audio/timidity/files/patch-ae +++ b/audio/timidity/files/patch-ae @@ -19,7 +19,7 @@ can't handle either, let me know. */ + /* Flag for Luigi Rizzo new sound driver (as opposed to VoxWare) */ -+ static luigi_driver = 0; ++ static int luigi_driver = 0; + static int open_output(void) { @@ -48,7 +48,7 @@ + if (i != -1) + luigi_driver = 1; + } -+ #endif defined (AIOGFMT) ++ #endif + + ctl->cmsg(CMSG_INFO, VERB_VERBOSE, "Using %s sound driver", + luigi_driver ? "luigi" : "VoxWare"); |