Re: [PATCH 06/17] value-relation.h: Mark dom_oracle::next_relation as override

2025-06-25 Thread Andrew MacLeod
BTW, consider all such future changes in ranger code pre-approved! Thanks Andrew On 6/25/25 10:27, Andrew MacLeod wrote: OK for all the ranger related patches. Thanks Andrew On 6/25/25 10:08, Martin Jambor wrote: Hi, When GCC is compiled with clang, it emits a warning that dom_oracle::nex

Re: [PATCH 06/17] value-relation.h: Mark dom_oracle::next_relation as override

2025-06-25 Thread Andrew MacLeod
OK for all the ranger related patches. Thanks Andrew On 6/25/25 10:08, Martin Jambor wrote: Hi, When GCC is compiled with clang, it emits a warning that dom_oracle::next_relation is not marked as override even though it does override a virtual function of its ancestor. This patch marks it as

[PATCH 06/17] value-relation.h: Mark dom_oracle::next_relation as override

2025-06-25 Thread Martin Jambor
Hi, When GCC is compiled with clang, it emits a warning that dom_oracle::next_relation is not marked as override even though it does override a virtual function of its ancestor. This patch marks it as such to silence the warning and for the sake of consistency. There are other member functions i