Skip to content

Fix AG0058: Remove max from the constant expression

Vadim Seregin requested to merge seregin/ECM:ECM12_REMOVE_MAX into master

Remove max from the constant expression. It produces compiler error "size of array is not an integral constant-expression" as this value is used to define array size in CCCM related function parameters.

Edited by Vadim Seregin

Merge request reports