utils/geometry.c: non-void function does not return a value in all control paths
Had to pick a value to return by default. This is a probably should never happen ? SonarCloud utils/geometry.c:589 non-void function does not return a value in all control paths https://sonarcloud.io/project/issues?open=AZJB16DGNGfDNup0Rg7u&id=dlmiles_magic
This commit is contained in:
parent
bfd818fbd3
commit
cb31675174
|
|
@ -586,6 +586,8 @@ GeoTransOrient(t)
|
|||
return ORIENT_FLIPPED_WEST;
|
||||
}
|
||||
}
|
||||
|
||||
return ORIENT_NORTH;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue