Changes between Version 1 and Version 2 of Ticket #6136, comment 22
- Timestamp:
- 2020-09-30T19:41:01Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6136, comment 22
v1 v2 3 3 I think it is `C` and `-Werror,-Wimplicit-function-declaration` combo that causes the error. The chances are that he probably did not have either `-Werror` or `-Wimplicit-function-declaration` set before. 4 4 5 Without those two flags compilation will probably succeed using implicit function declration. I think this happens even on Windows and Linux with FMIL sublibs, that is if you set `-Werror=implicit-function-declaration` you can't compile 3rdParty .5 Without those two flags compilation will probably succeed using implicit function declration. I think this happens even on Windows and Linux with FMIL sublibs, that is if you set `-Werror=implicit-function-declaration` you can't compile 3rdParty/FMIL/.... 6 6 7 7