Hi,
> Before we uglify our code to work around (egregious!) defects in certain
> compilers, we should find out whether and where exactly these defects
> exist, and whether it's worth targeting the defective compilers.
Using iconv is on the table _anyway_, to properly support
"-display curses,ch
Samuel Thibault writes:
> Markus Armbruster, on Fri 28 Oct 2016 08:51:20 +0200, wrote:
>> Samuel Thibault writes:
>>
>> > Peter Maydell, on Thu 27 Oct 2016 17:52:17 +0100, wrote:
>> >> http://www.thecodingforums.com/threads/wchar_t-is-useless.806149/#post-4398211
>> >
>> > UURrgll... So we can'
Markus Armbruster, on Fri 28 Oct 2016 08:51:20 +0200, wrote:
> Samuel Thibault writes:
>
> > Peter Maydell, on Thu 27 Oct 2016 17:52:17 +0100, wrote:
> >> http://www.thecodingforums.com/threads/wchar_t-is-useless.806149/#post-4398211
> >
> > UURrgll... So we can't use L'\u23bd' on such systems, i
Samuel Thibault writes:
> Peter Maydell, on Thu 27 Oct 2016 17:52:17 +0100, wrote:
>> On 27 October 2016 at 17:36, Samuel Thibault wrote:
>> > Peter Maydell, on Thu 27 Oct 2016 17:14:52 +0100, wrote:
>> >> On 27 October 2016 at 16:58, Samuel Thibault
>> >> wrote:
>> >> > Gerd Hoffmann, on Thu
Peter Maydell, on Thu 27 Oct 2016 17:52:17 +0100, wrote:
> On 27 October 2016 at 17:36, Samuel Thibault wrote:
> > Peter Maydell, on Thu 27 Oct 2016 17:14:52 +0100, wrote:
> >> On 27 October 2016 at 16:58, Samuel Thibault
> >> wrote:
> >> > Gerd Hoffmann, on Thu 27 Oct 2016 17:55:47 +0200, wrote
Peter Maydell, on Thu 27 Oct 2016 17:14:52 +0100, wrote:
> On 27 October 2016 at 16:58, Samuel Thibault wrote:
> > Gerd Hoffmann, on Thu 27 Oct 2016 17:55:47 +0200, wrote:
> >> /home/kraxel/projects/qemu/ui/curses.c:627:18: error: universal
> >> character names are only valid in C++ and C99 [-Werr
On 27 October 2016 at 16:58, Samuel Thibault wrote:
> Gerd Hoffmann, on Thu 27 Oct 2016 17:55:47 +0200, wrote:
>> /home/kraxel/projects/qemu/ui/curses.c:627:18: error: universal
>> character names are only valid in C++ and C99 [-Werror]
>> case L'\u23bd':
>
> Another way could be to a
On 27 October 2016 at 17:36, Samuel Thibault wrote:
> Peter Maydell, on Thu 27 Oct 2016 17:14:52 +0100, wrote:
>> On 27 October 2016 at 16:58, Samuel Thibault wrote:
>> > Gerd Hoffmann, on Thu 27 Oct 2016 17:55:47 +0200, wrote:
>> >> /home/kraxel/projects/qemu/ui/curses.c:627:18: error: universal
Gerd Hoffmann, on Thu 27 Oct 2016 17:55:47 +0200, wrote:
> /home/kraxel/projects/qemu/ui/curses.c:627:18: error: universal
> character names are only valid in C++ and C99 [-Werror]
> case L'\u23bd':
Another way could be to assume unicode encoding of wchar_t characters
(which looks ver
Hi,
> > +# needed to make gcc accept wide unicode chars without warning
> > +curses.o-cflags := -std=gnu99
> > +
> > ifeq ($(CONFIG_SDLABI),1.2)
> > sdl.mo-objs := sdl.o sdl_zoom.o
> > endif
> > --
> > 1.8.3.1
>
> I'm not sure about this.
>
> Do we really want gnu99 and not c99? Should we j
On Oct 27, 2016, at 11:07 AM, Gerd Hoffmann wrote:
+# needed to make gcc accept wide unicode chars without warning
+curses.o-cflags := -std=gnu99
Could we add a commit message to this patch? It could answer
questions like:
Why this patch is needed?
Who needs this patch?
What problem it solv
> > +# needed to make gcc accept wide unicode chars without warning
> > +curses.o-cflags := -std=gnu99
> Could we add a commit message to this patch? It could answer
> questions like:
>
> Why this patch is needed?
> Who needs this patch?
> What problem it solves.
The comment added by the patch
On 27 October 2016 at 12:46, Gerd Hoffmann wrote:
> ---
> ui/Makefile.objs | 3 +++
> 1 file changed, 3 insertions(+)
Missing commit message and signed-off-by line...
> diff --git a/ui/Makefile.objs b/ui/Makefile.objs
> index dc936f1..62f4cf3 100644
> --- a/ui/Makefile.objs
> +++ b/ui/Makefile.
On Oct 27, 2016, at 8:04 AM, qemu-devel-requ...@nongnu.org wrote:
---
ui/Makefile.objs | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ui/Makefile.objs b/ui/Makefile.objs
index dc936f1..62f4cf3 100644
--- a/ui/Makefile.objs
+++ b/ui/Makefile.objs
@@ -17,6 +17,9 @@ common-obj-$(CONFIG_CU
---
ui/Makefile.objs | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ui/Makefile.objs b/ui/Makefile.objs
index dc936f1..62f4cf3 100644
--- a/ui/Makefile.objs
+++ b/ui/Makefile.objs
@@ -17,6 +17,9 @@ common-obj-$(CONFIG_CURSES) += curses.o
common-obj-$(CONFIG_VNC) += $(vnc-obj-y)
common-ob
15 matches
Mail list logo