Changes between Initial Version and Version 1 of Ticket #69380, comment 11
- Timestamp:
- Feb 23, 2024, 1:59:46 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69380, comment 11
initial v1 1 1 The many failures to test on `Leopard` or `Tiger` come using any of these three compiler warnings that `GCC 4.2` does not understand: `-Wno-unused-variable -Wno-unused-parameter -Wno-uninitialized`. 2 2 3 IMO this is a -non-brainer. The warnings are OK when `developing` a software, not when `using ´it, for example in a test case. When perfoming `make test` they should disappear.3 IMO this is a -non-brainer. The warnings are OK when `developing` a software, not when `using` it, for example in a test case. When perfoming `make test` they should disappear.