]> git.alsa-project.org Git - alsa-lib.git/commit
Fix type-punning in test/pcm.c
authorTakashi Iwai <tiwai@suse.de>
Thu, 10 Jul 2008 16:44:15 +0000 (18:44 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 10 Jul 2008 16:44:15 +0000 (18:44 +0200)
commitaf2c3fbe7d28c2c4555aac75933263eb6e2d2e8a
treed781e2f1209694a61fed62998fa4c48327d3bad4
parent5e9120758682531b71d789a15c046688242657d7
Fix type-punning in test/pcm.c

The cast won't work well with strict aliasing.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
test/pcm.c