Files
asclock/asclock-C99.diff
Martin Pluskal e1d5d3f488 - Add asclock-C99.diff which declares a function defined after use so
that the cource code does not violate C99 and builds with GCC 14.

If the request is OK, please forward it to Factory son so that the
package is ready when we switch the default compiler.  Thanks!

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/asclock?expand=0&rev=13
2024-08-16 16:45:02 +00:00

13 lines
276 B
Diff

Index: asclock.c
===================================================================
--- asclock.c.orig
+++ asclock.c
@@ -60,6 +60,7 @@ void InsertTime();
void swatch_beats(int beats_cnt);
static Atom wm_delete_window;
+int mytime();
int main(int argc,char *argv[])
{