Changes between Version 9 and Version 13 of Ticket #9460


Ignore:
Timestamp:
Dec 31, 2023, 1:34:07 PM (4 months ago)
Author:
pulkomandy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9460 – Description

    v9 v13  
    5959
    6060Eventually, all warnings will be fixed and we can enable Werror globally on all our sourcecode.
     61
     62Note that there are exceptions to this: some code is "vendored", that is, we copied it from other projects. For example, the NTFS driver contains code from the NTFS-3G project. In this case, the fixes should be discussed with the original developers of the code, and made on their project if they accept it, to make it easier for us to merge in later versions of their code. So, if you are new to Haiku and want to help with this, it's better to start from parts of the sourcecode that are not in this situation (ask us if you don't know how to determine this).