Fix build warning
authorSangjin Lee <lsj119@samsung.com>
Fri, 9 Jun 2017 02:16:15 +0000 (11:16 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Fri, 21 Feb 2020 07:56:57 +0000 (16:56 +0900)
commit169dc786fd977325a2a36116b884e8ce2f286d4a
tree83049d9bdddfa5a872f195d6dd944018219f72e8
parentfec482bac7208bf523d9d03a3bda30bee9dbd827
Fix build warning

__force_align_arg_pointer__ is an x86-only attribute, and gcc/clang warns on unused
attributes. Don't use this on ARM or AMD64. __has_attribute can detect the presence
of the attribute but is currently only supported by clang

Change-Id: I3f792a7c8b6b7c2f0cfae242c21239fedea6133e
pixman/pixman-glyph.c