Re: [PATCH] configure: Check for the -Wno-force-align-arg-pointer compiler switch.

2010-02-16 Thread Charles Davis
Alexandre Julliard wrote: > Charles Davis writes: > >> An incomplete list of projects that use force_align_arg_pointer: >> - liboil >> - ffmpeg >> - x264 >> - Gallium3D >> - KDE >> >> Just do a Google search for 'force_align_arg_pointer' and you'll see a >> whole bunch of pages about this! >> >>

Re: [PATCH] configure: Check for the -Wno-force-align-arg-pointer compiler switch.

2010-02-16 Thread Alexandre Julliard
Charles Davis writes: > An incomplete list of projects that use force_align_arg_pointer: > - liboil > - ffmpeg > - x264 > - Gallium3D > - KDE > > Just do a Google search for 'force_align_arg_pointer' and you'll see a > whole bunch of pages about this! > > Now are you convinced this is a good idea

Re: [PATCH] configure: Check for the -Wno-force-align-arg-pointer compiler switch.

2010-02-16 Thread Charles Davis
Charles Davis wrote: > I added this to clang yesterday. Now clang will warn every time it > encounters the force_align_arg_pointer attribute applied to a function > pointer. This isn't a problem on Linux, but on Mac OS X those warnings > are going to clutter the output, since we use it so liberally