[0/2] Fix some trivial build failures with clang

Message ID 20240325183011.1037710-1-simon.marchi@efficios.com
Headers
Series Fix some trivial build failures with clang |

Message

Simon Marchi March 25, 2024, 6:27 p.m. UTC
  Fix two trivial build failures when building with Clang.  I see more
problems, but they were not as trivial, so I'm leaving them for another
patch series.

Simon Marchi (2):
  gdb: mark addrmap classes `final`
  gdbserver/Makefile.in: add missing `-x c++`

 gdb/addrmap.h         | 6 +++---
 gdbserver/Makefile.in | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


base-commit: 7879fba359f185d674d4e981af4f23a066bfe644
  

Comments

Tom Tromey March 26, 2024, 12:33 a.m. UTC | #1
>>>>> "Simon" == Simon Marchi <simon.marchi@efficios.com> writes:

Simon> Fix two trivial build failures when building with Clang.  I see more
Simon> problems, but they were not as trivial, so I'm leaving them for another
Simon> patch series.

Thanks.
Approved-By: Tom Tromey <tom@tromey.com>

Tom
  
Simon Marchi March 26, 2024, 1:49 a.m. UTC | #2
On 2024-03-25 20:33, Tom Tromey wrote:
>>>>>> "Simon" == Simon Marchi <simon.marchi@efficios.com> writes:
> 
> Simon> Fix two trivial build failures when building with Clang.  I see more
> Simon> problems, but they were not as trivial, so I'm leaving them for another
> Simon> patch series.
> 
> Thanks.
> Approved-By: Tom Tromey <tom@tromey.com>
> 
> Tom

Thanks, pushed.

Simon