commit | 85ffccb38ef2c6a14e8d68e999655137c0e4b42b | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Wed Jan 04 14:19:06 2017 -0600 |
committer | Rob Landley <rob@landley.net> | Wed Jan 04 14:19:06 2017 -0600 |
tree | dc7aaae4abcff97bf6bb683fe39a98c7ef338cfe | |
parent | cba5dc47c1efcf07af044d11af7f64e7516f1075 [diff] |
Implicit function declarations are an error, not a warning. (The switch to 64 bits screwed up varargs: everything used to be promoted to 32 bits, but now it's 32 bits or 64 bits depending on type declarations, so you need the type declarations. Because promoting "char" arguments to 32 bits back when a megabyte was a lot of memory was ok, but promoting everything to 64 bits now that you can get 2 gigabytes of ram in a phone is unacceptable.)