On 14/5/26 21:19, Matthew Penney wrote:
Modern compilers warn that the result of strstr() may discard const qualifiers when assigned to a non-const pointer.Make 'found' a const char * to fix the warning. Signed-off-by: Matthew Penney <[email protected]> --- tests/qtest/libqtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Tested-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
