From a62cd5ac2ba650e800bbe9d9fa97f65f75de413e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sun, 4 Feb 2024 13:08:09 +0100 Subject: [PATCH] compilation tests with docker buster 10 --- src/cross_os.c | 2 -- src/cross_os.h | 1 + vkh | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/cross_os.c b/src/cross_os.c index 41ec036..3fa0d81 100644 --- a/src/cross_os.c +++ b/src/cross_os.c @@ -23,8 +23,6 @@ #include #include -#define _CRT_SECURE_NO_WARNINGS - int directoryExists (const char* path) { #if defined(_WIN32) || defined(_WIN64) #elif __APPLE__ diff --git a/src/cross_os.h b/src/cross_os.h index e2d4350..788b6ab 100644 --- a/src/cross_os.h +++ b/src/cross_os.h @@ -40,6 +40,7 @@ #define vkvg_inline static #define disable_warning (warn) #define reset_warning (warn) + #elif __unix__ #include #include diff --git a/vkh b/vkh index b93fc9f..9d3ae7c 160000 --- a/vkh +++ b/vkh @@ -1 +1 @@ -Subproject commit b93fc9f9d0c9c3e793ff5d2fdbeaf86009e0f905 +Subproject commit 9d3ae7cfc4ffe81f6c48112a64e2a70316fb7bbc -- 2.47.3