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
8 hours ago
tcl by oldlaptop
5 days ago
tcl by rhobart
17 days ago
tcl by rhobart
17 days ago
tcl by rhobart
18 days ago
tcl by Bradipo
18 days ago
tcl by rhobart
18 days ago
tcl by sssc
22 days ago
tcl by mookie
38 days ago
tcl by JMN
46 days ago
Submit
New paste
Documentation
From Jabber