IMHO, I don't see any proper reason to "uglify" every header file. Some issues:
1. If parameters are removed the function declarations will look cryptic.
2. If I want to see a function prototype quickly without opening a web
browser header files are handy at that time.
3. If there is any wrong in code the compiler output shows the
functions parameters which also helps.
4. Just asking. If a simple function parameters cause test failure,
should not those tests need a fix? These headers are not included in
any crt files.


_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to