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