]> git.alsa-project.org Git - alsa-lib.git/commit
Fix cast warning
authorTakashi Iwai <tiwai@suse.de>
Fri, 6 Jun 2008 14:58:02 +0000 (16:58 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 6 Jun 2008 14:58:02 +0000 (16:58 +0200)
commitfce17b8c47f3c07ccf7277f9c229699204f23a0a
tree8b8d1f55e72cac1f01cb2eb915157b8fa4fb8cde
parent6d4c09346a204acdb0b97ab65c91fac61082f20d
Fix cast warning

int64_t and long long isn't strictly identical, and thus gcc gives us
a heartful warning.  Suppress the warning by a pointer cast.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/control/control_ext.c