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!
>>
>>
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
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