diff options
author | Lv Zheng <lv.zheng@intel.com> | 2015-07-23 06:53:42 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-07-23 23:09:08 +0200 |
commit | 5a4f0693a586d73a65ccc7959e81a5618de265fe (patch) | |
tree | b9579dd44f3a1a0a170411d77b98a10dfed88153 /README | |
parent | ACPICA: iASL: Add new warnings for method local_x and arg_x variables (diff) | |
download | linux-5a4f0693a586d73a65ccc7959e81a5618de265fe.tar.xz linux-5a4f0693a586d73a65ccc7959e81a5618de265fe.zip |
ACPICA: MSVC: Fix inclusion order issue of <crtdbg.h>
ACPICA commit 49c6a6517a906900e9baa51ad5859beeb8a3089f
The following error logs can be seen for calloc/free/malloc/realloc that
defined in the stdlib.h:
...\stdlib.h(281) : error C2059: syntax error : ','
...\stdlib.h(281) : error C2143: syntax error : missing ')' before 'constant'
...\stdlib.h(281) : error C2143: syntax error : missing '{' before 'constant'
...\stdlib.h(281) : error C2059: syntax error : '<Unknown>'
...\stdlib.h(281) : error C2059: syntax error : ')'
This is caused by the wrong inclusion order of stdlib.h/crtdbg.h introduced
in acenv.h. This patch fixes this breakage. Lv Zheng.
This patch doesn't affect Linux kernel.
Link: https://github.com/acpica/acpica/commit/49c6a651
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions