dockapps/wmmon/wmgeneral
Doug Torrance 7d77c17cc1 wmgeneral: Remove inline keywords.
Previously, if we attempted to build using C99 or later, we got "inline
function declared but never defined" warnings and eventual "undefined
reference" errors.  As a result, it fails to build from source using gcc5.

However, if we move the definitions to list.h and add "extern inline"
declarations to list.c, which does compile using C99 and later, then it no
longer compiles using gnu90, the default for gcc4.

To avoid this mess, we remove the inline keywords altogether.

Note that this fixes Debian bugs for wmifs [1], wmppp.app [2], and
wmtime [3].

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778170
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778172
[3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778174
2015-05-20 10:44:40 +01:00
..
list.c wmgeneral: Remove inline keywords. 2015-05-20 10:44:40 +01:00
list.h wmgeneral: Remove inline keywords. 2015-05-20 10:44:40 +01:00
misc.c wmgeneral: Free pointer. 2015-05-20 10:44:40 +01:00
misc.h wmmon: Official release of wmmon 1.0b2 2011-12-18 14:30:15 +00:00
wmgeneral.c Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
wmgeneral.h wmmon: Official release of wmmon 1.0b2 2011-12-18 14:30:15 +00:00