7d77c17cc1
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 |
||
---|---|---|
.. | ||
wmgeneral | ||
BUGS | ||
CHANGES | ||
COPYING | ||
Makefile | ||
README | ||
wmitime-master.xpm | ||
wmitime.1 | ||
wmitime.c | ||
wmitime.desktop.in |
wmitime -------------------------------------------------------------- Author...: Dave Clark (clarkd@skynet.ca) Maintainers : Window Maker Developers Team <wmaker-dev@lists.windowmaker.org> Homepage : http://windowmaker.org/dockapps/?name=wmitime Description -------------------------------------------------------------- I cooked this up one night when i was bored and had read about the new internet time thing from Swatch... kinda interesting idea, who knows if it'll go anywhere... wmitime is yet another clock for your dock/clip/etc... It's quite overglorified :) It tells standard 12/24hr time and Swatch's new Internet Time (see www.swatch.com) Let me know what you think of it. ;) Installing -------------------------------------------------------------- make make install should do it. Options -------------------------------------------------------------- Do a 'wmitime -h' to see the options... Files -------------------------------------------------------------- README This file. BUGS Things you don't want to know ;-) CHANGES Description of changes. COPYING GNU General Public License Version 2. Bugs -------------------------------------------------------------- If you discover any bugs in this software, please send a bugreport to wmaker-dev@lists.windowmaker.org and describe the problem as detailed! as you can. Copyright -------------------------------------------------------------- wmitime is copyright (c) 1997/98 by Dave Clark wmitime is licensed through the GNU General Public License. Read the COPYING file for the complete GNU license.