diff options
author | SeokYeon Hwang <syeon.hwang@samsung.com> | 2016-12-02 18:09:37 +0900 |
---|---|---|
committer | SeokYeon Hwang <syeon.hwang@samsung.com> | 2016-12-02 18:12:58 +0900 |
commit | 3a9fc4f0bb3fd67e82cfccedfc396b5dbc749627 (patch) | |
tree | e34159e1c5ff04959521cfc6fe3d8eda6283047a /tizen | |
parent | b9f2bf02f872ad94f19dbf0f88e8ebc98dfb8a01 (diff) | |
download | qemu-3a9fc4f0bb3fd67e82cfccedfc396b5dbc749627.tar.gz qemu-3a9fc4f0bb3fd67e82cfccedfc396b5dbc749627.tar.bz2 qemu-3a9fc4f0bb3fd67e82cfccedfc396b5dbc749627.zip |
build: enhance compiler compatibility
Some built-in functions are depend on compiler version. So we exclude
those functions when the source compiled by c++ compiler.
Change-Id: I3a89552fc56c32b79e6c92f6a7c2e26ad2297233
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Diffstat (limited to 'tizen')
-rw-r--r-- | tizen/src/ui/displayglwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tizen/src/ui/displayglwidget.h b/tizen/src/ui/displayglwidget.h index 2008fc793e..26cf7cf96a 100644 --- a/tizen/src/ui/displayglwidget.h +++ b/tizen/src/ui/displayglwidget.h @@ -39,6 +39,7 @@ #include <QMatrix4x4> extern "C" { +#include "qemu/compiler.h" #include "qemu/thread.h" // FIXME: move it to common header |