annotate wisdom/warning @ 11951:f96359542199 draft

<ais523> ` printf \'#include <stdio.h>\\nint main(void) { float C = 4.0; printf("%%f", C/C++); }\' | gcc -fno-diagnostics-color -Wall -Wextra -x c /dev/stdin
author HackEso <hackeso@esolangs.org>
date Thu, 19 Sep 2019 17:56:36 +0000
parents d2ec8b84d03b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8969
d2ec8b84d03b <\oren\> learn Warnings indicate when you are doing something dangerous, like using operator precedence.
HackBot
parents: 8968
diff changeset
1 Warnings indicate when you are doing something dangerous, like using operator precedence.