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
13 lines
276 B
Diff
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[])
|
|
{
|