We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b15a5d commit 4b8391aCopy full SHA for 4b8391a
src/pool/pool_disjoint.c
@@ -965,7 +965,7 @@ void umfDisjointPoolSharedLimitsDestroy(
965
966
umf_result_t
967
umfDisjointPoolParamsCreate(umf_disjoint_pool_params_handle_t *hParams) {
968
- static char *DEFAULT_NAME = "disjoint_pool";
+ static const char *DEFAULT_NAME = "disjoint_pool";
969
970
if (!hParams) {
971
LOG_ERR("disjoint pool params handle is NULL");
0 commit comments