1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

Coding - Compiling issue on aarch64 #157

Enumerator value evaluates to -1, which cannot be narrowed to type 'char' [-Wc++11-narrowing]
This commit is contained in:
dpasukhi 2024-11-14 07:41:02 +00:00
parent fd4fb824c7
commit 6b06684539

View File

@ -18,7 +18,7 @@
struct DE_ShapeFixParameters
{
//! Enum, classifying a type of value for parameters
enum class FixMode : char
enum class FixMode : signed char
{
FixOrNot = -1, //!< Procedure will be executed or not (depending on the situation)
NotFix = 0, //!< Procedure will be executed