Files
neutrino/src
Thilo Graf e1807715c3 epgview.cpp: Fix warning about ignored 'nodiscard' attribute in show method
Changed the for-loop in the show method of CEpgData class to properly
check both conditions using the logical AND operator.
This should ensure that the return value of 'operator!=' is not ignored,
which addresses the compiler warning about the 'nodiscard' [-Wunused-result].

- Replaced ',' with '&&' in the loop condition.
2024-07-05 17:26:08 +02:00
..
2023-04-11 17:17:42 +02:00
2024-06-09 11:11:13 +02:00
2023-01-05 16:05:19 +01:00