Couple more warning fixes
authorSteve Youngs <steve@sxemacs.org>
Fri, 18 Mar 2011 23:19:41 +0000 (09:19 +1000)
committerSteve Youngs <steve@sxemacs.org>
Fri, 18 Mar 2011 23:19:41 +0000 (09:19 +1000)
commitae4f56c0181f68b112fcb76e4995f953370e5afb
tree25a75d771a41fd32a13514c5a92e9a6fbbcb7ad6
parente3337135b8da41305d5f18c3f60ec43588a94f95
Couple more warning fixes

* src/media/sound-jack.c (sound_jack_shutdown_cbfun): Use %p mask
to prevent compiler warning.

* src/media/media.c (__add_prop): Drop the artificial attribute to
prevent a compiler warning.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
src/media/media.c
src/media/sound-jack.c