50 | | Mention this ticket in your Gerrit change requests, preferably in the "Blocking:" field. |
| 50 | The 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 | |
| 58 | Mention 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 | |
| 60 | Eventually, all warnings will be fixed and we can enable Werror globally on all our sourcecode. |