Changes between Version 8 and Version 9 of Ticket #9460


Ignore:
Timestamp:
May 22, 2021, 12:53:32 PM (3 years ago)
Author:
pulkomandy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9460 – Description

    v8 v9  
    4848}}}
    4949
    50 Mention this ticket in your Gerrit change requests, preferably in the "Blocking:" field.
     50The process would be:
     51
     52- Uncomment one of these lines in the ArchitectureRules file,
     53- Build Haiku
     54- Compilation will fail because of a compiler warning now being considered an error
     55- Alter the code to fix the warning
     56- Submit your change to Gerrit for code review
     57
     58Mention this ticket in the commit message of your changes (include a line saying "Fixes: #9640") to help us find what your work is related to.
     59
     60Eventually, all warnings will be fixed and we can enable Werror globally on all our sourcecode.