Changes between Version 1 and Version 2 of Ticket #6136, comment 22


Ignore:
Timestamp:
2020-09-30T19:41:01Z (4 years ago)
Author:
Mahder Alemseged Gebremedhin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6136, comment 22

    v1 v2  
    33I 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.
    44
    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.
     5Without 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/....
    66
    77