From 323e55adddf3b69adbaf3e7834e8ff8c13303f74 Mon Sep 17 00:00:00 2001
From: Robert Butora <robert.butora@inaf.it>
Date: Tue, 10 Jun 2025 15:08:44 +0300
Subject: [PATCH] cutout: fix warning in axis-type (char vs uchar)

---
 data-access/engine/src/common/include/ast4vl.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data-access/engine/src/common/include/ast4vl.hpp b/data-access/engine/src/common/include/ast4vl.hpp
index db75423..7c40f8a 100644
--- a/data-access/engine/src/common/include/ast4vl.hpp
+++ b/data-access/engine/src/common/include/ast4vl.hpp
@@ -25,7 +25,7 @@ struct double_xy
 {
    double x;
    double y;
-   unsigned char type;
+   /*unsigned*/ char type;
 };
 
 struct overlap_ranges
-- 
GitLab