windows cmpile

This commit is contained in:
dmchen 2024-02-28 01:10:28 +00:00
parent 170cdddcbd
commit 991b529857
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ int taos_metric_sample_sub(taos_metric_sample_t *self, double r_value) {
}
#ifdef C11_ATOMIC
///*_Atomic/
///_Atomic/
double old = atomic_load(&self->r_value);
for (;;) {
_Atomic double new = ATOMIC_VAR_INIT(old - r_value);