_LA_count_check not const

This commit is contained in:
Jiri Pittner 2021-11-13 19:06:05 +01:00
parent b1fea2f1c2
commit 4e08955ed5
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ namespace LA {
GPU_START gpu_start_instant;
#endif
const bool _LA_count_check=true;
bool _LA_count_check=true; //intentionally not const
const bool _LA_warn_empty_copyonwrite=false;
extern "C" void _findme(void) {}; //for autoconf test we need a function with C linkage

View File

@ -29,7 +29,7 @@ extern void sigtraceback(int sig,int flags);
}
extern const bool _LA_warn_empty_copyonwrite;
extern const bool _LA_count_check;
extern bool _LA_count_check; //intentionally not const
//exception class for laerror