commit | 71570a2aaaa56e95a85109b536f14e65416b3a4b | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Thu Jul 14 11:45:28 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Thu Jul 14 11:45:28 2022 +0100 |
tree | 7f6ea06c4145805c522f209b9fca33db66883ab1 | |
parent | 7cd1390856c020a5f1364ceea0388d15ea99d00c [diff] [blame] |
Add ARM CPER out, fix struct misalignment.
diff --git a/CMakeLists.txt b/CMakeLists.txt index 041d88c..7fa616d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -31,4 +31,5 @@ # Link library. target_link_libraries(CPERParseLibrary json-c b64c) -target_link_libraries(CPERParseTest CPERParseLibrary) \ No newline at end of file +target_link_libraries(CPERParseTest CPERParseLibrary) +target_compile_options(CPERParseLibrary PRIVATE -Wno-address-of-packed-member) \ No newline at end of file