shithub: puzzles

Download patch

ref: d9355041a55f281436c59fecaac1e15e4c585f8d
parent: 7a66855947c043e502d00fa41cd7b7c06127adf9
author: Simon Tatham <anakin@pobox.com>
date: Thu Apr 6 03:07:30 EDT 2023

Remove obsolete testbuild.c.

It was originally used for probing the available warning flags in the
compiler, by adding them one by one and making sure this test file
still compiled.

But that whole mechanism was removed in commit 306fab356e357ef, and
since then, testbuild.c has been unused. Belatedly throw it away.

--- a/cmake/testbuild.c
+++ /dev/null
@@ -1,23 +1,0 @@
-#include <stdio.h>
-#include <assert.h>
-#include <stdlib.h>
-#include <time.h>
-#include <stdarg.h>
-#include <string.h>
-#include <errno.h>
-#include <tgmath.h>
-
-#include <sys/time.h>
-#include <sys/resource.h>
-
-#include <gtk/gtk.h>
-#include <gdk/gdkkeysyms.h>
-
-#include <gdk-pixbuf/gdk-pixbuf.h>
-
-#include <gdk/gdkx.h>
-#include <X11/Xlib.h>
-#include <X11/Xutil.h>
-#include <X11/Xatom.h>
-
-int dummy;