Changes between Initial Version and Version 1 of Ticket #69380, comment 11


Ignore:
Timestamp:
Feb 23, 2024, 1:59:46 PM (7 months ago)
Author:
ballapete (Peter "Pete" Dyballa)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69380, comment 11

    initial v1  
    11The 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`.
    22
    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.
     3IMO 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.