aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2023-01-06 12:40:01 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2023-01-11 17:02:44 +0000
commitd92ebb5ab43f6c6a900c6beb0bc426573058c359 (patch)
tree510ffa78331cc77d12087cb5f09e90a3044bc0a3 /NEWS
parent7dd5b6a4645cf0ce9c635a7fc8b140575385c827 (diff)
downloadriscv-openocd-d92ebb5ab43f6c6a900c6beb0bc426573058c359.zip
riscv-openocd-d92ebb5ab43f6c6a900c6beb0bc426573058c359.tar.gz
riscv-openocd-d92ebb5ab43f6c6a900c6beb0bc426573058c359.tar.bz2
jtag: esp_usb_jtag: remove macro __packed
In FreeBSB 13.0 the build fails due to redefined macro __packed. src/jtag/drivers/esp_usb_jtag.c:19:9: error: '__packed' macro redefined [-Werror,-Wmacro-redefined] #define __packed __attribute__((packed)) ^ /usr/include/sys/cdefs.h:223:9: note: previous definition is here #define __packed __attribute__((__packed__)) ^ 1 error generated. Drop the macro and align the code with the other files in OpenOCD project, where the attribute is directly applied without using a macro. Change-Id: I89ae943e77036206d40d4d54172cd4a73e76e5c5 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reported-by: Wojciech Puchar <wojtek@puchar.net> Reviewed-on: https://review.openocd.org/c/openocd/+/7435 Tested-by: jenkins Reviewed-by: Erhan Kurubas <erhan.kurubas@espressif.com>
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions