summaryrefslogtreecommitdiff
path: root/src/fc/fstrans.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fc/fstrans.c')
-rw-r--r--src/fc/fstrans.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fc/fstrans.c b/src/fc/fstrans.c
index 24fceee..9b21864 100644
--- a/src/fc/fstrans.c
+++ b/src/fc/fstrans.c
@@ -26,3 +26,5 @@
#define FONT_t
#define TRANS_CLIENT
#include <X11/Xtrans/transport.c>
+/* inhibit warning about is_numeric */
+static inline void foo(void) { (void) is_numeric("a"); }