Skip to content

Commit 8018b81

Browse files
authored
Issue-315: Fix documentation for error and extended tile metric formats (#319)
* Issue-315: Fix documentation for error and extended tile metric formats * Fix warning
1 parent 5fd23ff commit 8018b81

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

docs/src/binary_formats.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The documentation for the model notes when an attribute is only populated by a s
2222
- @subpage error_v3 "Error v3"
2323
- @subpage error_v4 "Error v4"
2424
- @subpage error_v5 "Error v5"
25+
- @subpage error_v6 "Error v6"
26+
- @subpage extended_tile_v1 "Extended Tile Version 1"
2527
- @subpage extended_tile_v2 "Extended Tile Version 2"
2628
- @subpage extended_tile_v3 "Extended Tile Version 3"
2729
- @subpage extraction_v2 "Extraction Version 2"

docs/src/changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes {#changes}
22

3+
## v1.2.3
4+
5+
| Date | Description |
6+
|------------|-------------------------------------------------------------------------|
7+
| 2023-04-02 | Issue-315: Fix documentation for error and extended tile metric formats |
8+
39
## v1.2.2
410

511
| Date | Description |

src/ext/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ endif()
7676

7777
# Workaround for fun little MinGw/Python "feature" for 64-bit systems
7878
if(MSVC)
79-
set(PYTHON_GENERATED_COMPILE_FLAGS "/wd4702 /wd4286 /wd4127 /wd4459 /wd4456 /wd4701 /wd4267 /wd4244 /wd4706 /wd4703 ${ENABLE_BIG_OBJ_FLAG}")
79+
set(PYTHON_GENERATED_COMPILE_FLAGS "/wd4702 /wd4286 /wd4127 /wd4459 /wd4456 /wd4701 /wd4267 /wd4244 /wd4706 /wd4703 /wd4100 ${ENABLE_BIG_OBJ_FLAG}")
8080
elseif("${CMAKE_CXX_COMPILER_ID}" STREQUAL "AppleClang")
8181
set(PYTHON_GENERATED_COMPILE_FLAGS "${_WNO_UNUSED_FUNCTION} ${_WNO_UNUSED_PARAMETER}")
8282

0 commit comments

Comments
 (0)