diff options
-rw-r--r-- | meta-oe/recipes-bsp/ledmon/ledmon/0001-Don-t-build-with-Werror-to-fix-compile-error.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-bsp/ledmon/ledmon/0001-Don-t-build-with-Werror-to-fix-compile-error.patch b/meta-oe/recipes-bsp/ledmon/ledmon/0001-Don-t-build-with-Werror-to-fix-compile-error.patch index b65f1a732f..09f4993a25 100644 --- a/meta-oe/recipes-bsp/ledmon/ledmon/0001-Don-t-build-with-Werror-to-fix-compile-error.patch +++ b/meta-oe/recipes-bsp/ledmon/ledmon/0001-Don-t-build-with-Werror-to-fix-compile-error.patch | |||
@@ -5,7 +5,8 @@ Subject: [PATCH] Don't build with -Werror to fix compile error. | |||
5 | | amd_sgpio.c: In function '_write_amd_register': | 5 | | amd_sgpio.c: In function '_write_amd_register': |
6 | | amd_sgpio.c:558:18: error: taking address of packed member of 'struct amd_register' may result in an unaligned pointer value [-Werror=address-of-packed-member] | 6 | | amd_sgpio.c:558:18: error: taking address of packed member of 'struct amd_register' may result in an unaligned pointer value [-Werror=address-of-packed-member] |
7 | 7 | ||
8 | Upstream-Status: Pending | 8 | Upstream-Status: Submitted |
9 | https://github.com/intel/ledmon/pull/48/commits | ||
9 | 10 | ||
10 | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 11 | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> |
11 | --- | 12 | --- |