<html><head><title>Can't get -Wstrict-prototypes to work</title>
<meta charset="utf-8" http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
</head>
<body>
<span style=" font-family:'century gothic'; font-size: 12pt;">I am using:  clang version 9.0.0 based upon LLVM 9.0.0-r351376 default target i686-pc-windows-msvc<br>
and my command line is:  clang -Wstrict-prototypes Test.c<br>
The contents of the file is:  int main() { return 0; }<br>
<br>
I was expecting to get a warning about not having the keyword void in the parameter list, but I don't get one.  I do get this warning with minGW when this option is specified.  Is this a bug or am I missing something?  Thanks!</body></html>