/[qemu]/qemu/audio/audio_int.h
ViewVC logotype

Diff of /qemu/audio/audio_int.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by bellard, Sat Nov 5 18:55:27 2005 UTC revision 1.6 by bellard, Fri Nov 11 00:06:10 2005 UTC
# Line 216  static inline int audio_need_to_swap_end Line 216  static inline int audio_need_to_swap_end
216  #if defined __GNUC__  #if defined __GNUC__
217  #define GCC_ATTR __attribute__ ((__unused__, __format__ (__printf__, 1, 2)))  #define GCC_ATTR __attribute__ ((__unused__, __format__ (__printf__, 1, 2)))
218  #define INIT_FIELD(f) . f  #define INIT_FIELD(f) . f
219  #define GCC_FMT_ATTR(n, m) __attribute__ ((__format__ (printf, n, m)))  #define GCC_FMT_ATTR(n, m) __attribute__ ((__format__ (__printf__, n, m)))
220  #else  #else
221  #define GCC_ATTR /**/  #define GCC_ATTR /**/
222  #define INIT_FIELD(f) /**/  #define INIT_FIELD(f) /**/

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26