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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6136, comment 22

    initial v1  
    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.
     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.
    66
    77