]> git.ipfire.org Git - thirdparty/libsolv.git/commit
decision.c: void function should not return anything 588/head
authorChristoph Grüninger <foss@grueninger.de>
Tue, 13 May 2025 17:11:35 +0000 (19:11 +0200)
committerChristoph Grüninger <foss@grueninger.de>
Tue, 13 May 2025 17:12:54 +0000 (19:12 +0200)
commit94b74a764a1032fe145bc8f47fb4644f97436fa7
treebd46fdd4f9b1e6c5e71293cf1a6b79b2b54c86e8
parent22964c8a912a143379a51a647f733d51ed6fdf60
decision.c: void function should not return anything

Do not call to solver_get_proof as part of return statement

Found by GCC ("ISO C forbids ‘return’ with expression, in
function returning void", pedantic).
src/decision.c