Storm Dragon
39921003bb
Fix getenv() declaration compatibility issue
...
Remove old-style extern declaration that conflicts with stdlib.h.
This fixes compilation error with modern GCC versions.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-08-15 02:28:37 -04:00
NRK
faeebc076c
fix all -Wmissing-prototypes warnings
2022-04-29 15:59:13 +06:00
Rene Kita
dad5cbe83b
Use main(void) when not taking arguments
2022-02-20 11:14:53 +01:00
Rene Kita
84f724a590
Use standard conforming main() definition
2022-02-20 11:14:53 +01:00
David Crosby
2d9d2494fc
Move fclose to fix dereference after null check (Coverity)
2015-08-11 21:59:27 +09:00
David Crosby
3120f496f7
Fix resource leak and a null return value dereference
2015-08-11 21:59:27 +09:00
Tatsuya Kinoshita
301a979961
Appease gcc -Werror=format-security. ( closes : #646321 )
...
Patch from 0.5.3-3ubuntu1 to appease gcc -Werror=format-security,
provided by Colin Watson.
2011-10-30 15:11:39 +09:00
Tatsuya Kinoshita
6db339b3d7
Adding upstream version 0.5.2
2011-05-04 16:23:02 +09:00
Tatsuya Kinoshita
72f72d64a4
Adding upstream version 0.5.1
2011-05-04 16:05:14 +09:00