Disable force_align_arg_pointer function attribute with MinGW-w64
authorJonathan Liu <net147@gmail.com>
Thu, 26 Apr 2012 14:57:56 +0000 (00:57 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 30 Apr 2012 12:01:22 +0000 (14:01 +0200)
commit7bd1f36d376cf191e50c5af7e75ed80064be1130
tree8fbdf5a82ba1b7ce23ef06fd50fa11a5a2407656
parente1e9295926bbf170d40a83246abe8b94d4a3b660
Disable force_align_arg_pointer function attribute with MinGW-w64

The force_align_arg_pointer function attribute is not necessary for
MinGW-w64 to align stack for SSE and generates a compiler warning as
it is ignored. Do not use force_align_arg_pointer with MinGW-w64 to
silence the warning.

Change-Id: I58a754dc3ec01b36a1d3c9490f45ccf0824468ba
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
src/corelib/global/qglobal.h