[cfe-dev] -fno-signed-char ignored
Javier Múgica
javier_3 at runbox.com
Tue May 26 08:15:24 PDT 2015
On Sat, 23 May 2015 11:55:53 -0700, David Majnemer <david.majnemer at gmail.com> wrote:
> We had a bug where we silently ignored -fno-signed-char, I've fixed this
> with r238105. As a workaround, you can also use -funsigned-char to achieve
> the desired effect.
Indeed, -funsigned-char seems the natural option for me, but I wrote -fno-signed-char because that is the one that is explained when you type clang -help. If I remember correctly -funsigned-char does not appear among the options listed there.
More information about the cfe-dev
mailing list