1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/edb/files/patch-src__edisassm__Instruction32.h
Alberto Villa 4ad4a33970 - Fix build with Clang.
PR:		184298
Submitted by:	avilla (myself)
Approved by:	itechbear@gmail.com (maintainer timeout)
2013-12-16 22:07:24 +00:00

11 lines
325 B
C++

--- ./src/edisassm/Instruction32.h.orig 2011-12-20 22:04:57.000000000 +0100
+++ ./src/edisassm/Instruction32.h 2013-11-20 18:01:17.389439581 +0100
@@ -290,7 +290,6 @@
template <int16_t IMM>
void Instruction<M>::decode_const_Iw(const uint8_t *buf) {
UNUSED(buf);
- UNUSED(size);
operand_t &operand = next_operand();