tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Annoying new warning


From: Vincent Lefevre
Subject: Re: [Tinycc-devel] Annoying new warning
Date: Fri, 5 May 2017 10:34:33 +0200
User-agent: Mutt/1.8.2-7019-vl-r97300 (2017-04-18)

On 2017-05-05 17:29:22 +1000, William Hales wrote:
> This is his message, copied and pasted:
> 
> > Hi Vincent,
> > 
> > return 666; works equally well as it should not be called by ARM backend.
> > 
> > This is a workaround to remove warning.

But this can hide bugs, e.g. if in the future this function is called
by the ARM backend. It would be better either not to define this
function at all (best solution at it doesn't make sense on the ARM,
and issues would be detected at compile time) or have something like
an assert to abort if this function is called.

> Hopefully this email will not suffer the same problem.  Vincent: what mail
> client are you using?

Mutt. I choose to display the text/plain part by default (thus not
needing an HTML parser, with potential security issues).

-- 
Vincent Lefèvre <address@hidden> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]