File: 0101-Fix-compiler-warning.patch

package info (click to toggle)
tilemaker 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 83,488 kB
  • sloc: cpp: 29,461; ansic: 12,510; makefile: 229; ruby: 77; sh: 43
file content (22 lines) | stat: -rw-r--r-- 534 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 21a71cdead2a0915df459d3f5ad90b7d1ebe6cb0 Mon Sep 17 00:00:00 2001
From: systemed <richard@systemeD.net>
Date: Tue, 10 Feb 2026 14:59:43 +0000
Subject: Fix compiler warning

---
 include/tag_map.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/tag_map.h b/include/tag_map.h
index be5fa97..c951044 100644
--- a/include/tag_map.h
+++ b/include/tag_map.h
@@ -72,4 +72,4 @@ private:
 	std::vector<std::vector<const protozero::data_view*>> values;
 };
 
-#endif _TAG_MAP_H
+#endif //_TAG_MAP_H
-- 
2.47.3