anyhow, there isn't one for 'a' + i, apparently
Posted to
tcl
by oldlaptop at Sun Nov 15 01:56:39 GMT 2020
view raw
$ cat foo.c
int main(void)
{
return
'a' + 1;
}
$ make foo CC=clang CFLAGS=-Weverything
clang -Weverything foo.c -o foo
$
Recent Posts
tcl by mookie
30 days ago
tcl by oldlaptop
35 days ago
tcl by rhobart
47 days ago
tcl by rhobart
47 days ago
tcl by rhobart
48 days ago
tcl by Bradipo
48 days ago
tcl by rhobart
48 days ago
tcl by sssc
52 days ago
tcl by mookie
68 days ago
tcl by JMN
76 days ago
Submit
New paste
Documentation
From Jabber