]> git.ipfire.org Git - thirdparty/coreutils.git/commit
factor: port to strict C
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Sep 2025 19:25:36 +0000 (12:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Sep 2025 19:25:59 +0000 (12:25 -0700)
commit6a1f541ad21d9a7cf49e21d6b5458ab051dcfc1b
treedd34bcfd1eebb08d928e8710345f2e594c7eca76
parentf585f3a3584ee3cde2437003321104606ed04064
factor: port to strict C

Problem found with Oracle Developer Studio 12.6.
* src/factor.c (factor): Don’t return f() when f returns void.
src/factor.c