This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 3/7] gdbserver: avoid empty structs when not using GCC
- From: Tom Tromey <tromey at redhat dot com>
- To: Mircea Gherzan <mircea dot gherzan at intel dot com>
- Cc: palves at redhat dot com, jan dot kratochvil at redhat dot com, gdb-patches at sourceware dot org
- Date: Fri, 28 Jun 2013 10:00:08 -0600
- Subject: Re: [PATCH 3/7] gdbserver: avoid empty structs when not using GCC
- References: <1372322622-3216-1-git-send-email-mircea dot gherzan at intel dot com> <1372322622-3216-4-git-send-email-mircea dot gherzan at intel dot com>
>>>>> "Mircea" == Mircea Gherzan <mircea.gherzan@intel.com> writes:
Mircea> 2013-06-25 Mircea Gherzan <mircea.gherzan@intel.com>
Mircea> * notif.h (notif_event): Add a dummy member to avoid compiler
Mircea> errors when not using GCC.
I think you might as well add it unconditionally.
Tom