Skip to content

Commit

Permalink
Issue-315: Fix documentation for error and extended tile metric forma…
Browse files Browse the repository at this point in the history
…ts (#319)

* Issue-315: Fix documentation for error and extended tile metric formats

* Fix warning
  • Loading branch information
ezralanglois authored Apr 3, 2023
1 parent 5fd23ff commit 8018b81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/src/binary_formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ The documentation for the model notes when an attribute is only populated by a s
- @subpage error_v3 "Error v3"
- @subpage error_v4 "Error v4"
- @subpage error_v5 "Error v5"
- @subpage error_v6 "Error v6"
- @subpage extended_tile_v1 "Extended Tile Version 1"
- @subpage extended_tile_v2 "Extended Tile Version 2"
- @subpage extended_tile_v3 "Extended Tile Version 3"
- @subpage extraction_v2 "Extraction Version 2"
Expand Down
6 changes: 6 additions & 0 deletions docs/src/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes {#changes}

## v1.2.3

| Date | Description |
|------------|-------------------------------------------------------------------------|
| 2023-04-02 | Issue-315: Fix documentation for error and extended tile metric formats |

## v1.2.2

| Date | Description |
Expand Down
2 changes: 1 addition & 1 deletion src/ext/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ endif()

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

Expand Down

0 comments on commit 8018b81

Please sign in to comment.