Development #71400
Suppressions des warnings
Start date:
17 November 2022
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
No
Description
Beaucoup de warnings, on va essayer de viser un -Werror -Wall.
Files
Associated revisions
Fix use of wrong enumeration NULL value (#71400)
It produced a cast warning.
Fix all warnings in tests (#71400)
Fix warning about enum conversion (#71400)
Fix all cast-function-type warnings (#71400)
Fix unused parameters warnings (#71400)
History
Updated by Benjamin Dauvergne 2 months ago
- File 0003-Fix-all-warnings-in-tests-71313.patch 0003-Fix-all-warnings-in-tests-71313.patch added
- File 0004-Fix-warning-about-enum-conversion-71313.patch 0004-Fix-warning-about-enum-conversion-71313.patch added
- File 0005-Fix-all-cast-function-type-warnings-71313.patch 0005-Fix-all-cast-function-type-warnings-71313.patch added
- File 0002-Fix-use-of-wrong-enumeration-NULL-value-71313.patch 0002-Fix-use-of-wrong-enumeration-NULL-value-71313.patch added
- File 0001-Fix-warnings-about-type-casts-71313.patch 0001-Fix-warnings-about-type-casts-71313.patch added
- File 0006-Fix-unused-parameters-warnings-71313.patch 0006-Fix-unused-parameters-warnings-71313.patch added
- Status changed from Nouveau to Solution proposée
- Patch proposed changed from No to Yes
Updated by Pierre Ducroquet 2 months ago
- Status changed from Solution proposée to Solution validée
Updated by Benjamin Dauvergne 2 months ago
- Status changed from Solution validée to Résolu (à déployer)
commit d10c0f66935f961d1e0dec9bc5bc8a44a0ed423a Author: Benjamin Dauvergne <bdauvergne@entrouvert.com> Date: Wed Nov 16 17:22:07 2022 +0100 Fix unused parameters warnings (#71400) commit 72b778e47e207f2da7de7254c7ce733a15498782 Author: Benjamin Dauvergne <bdauvergne@entrouvert.com> Date: Wed Nov 16 17:08:31 2022 +0100 Fix all cast-function-type warnings (#71400) commit 69b1ea1c2f01ad8c3d6e7a078760537531ec321b Author: Benjamin Dauvergne <bdauvergne@entrouvert.com> Date: Wed Nov 16 16:37:10 2022 +0100 Fix warning about enum conversion (#71400) commit 99fe56bec485066bb50669fbf38a722938683850 Author: Benjamin Dauvergne <bdauvergne@entrouvert.com> Date: Wed Nov 16 16:21:12 2022 +0100 Fix all warnings in tests (#71400) commit 0c4d3014a48011f0efe926bf0d1ca0d3c424007b Author: Benjamin Dauvergne <bdauvergne@entrouvert.com> Date: Wed Nov 16 13:08:37 2022 +0100 Fix use of wrong enumeration NULL value (#71400) It produced a cast warning. commit 6389b2ca4847820340cc026061e5228e73615498 Author: Benjamin Dauvergne <bdauvergne@entrouvert.com> Date: Wed Nov 16 15:41:16 2022 +0100 Fix warnings about type casts (#71400)
Fix warnings about type casts (#71400)