From 8a0b086b28c49416e58947221199b90e162a63db Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 12 Jan 2018 22:35:48 +0100 Subject: [PATCH] add missing bracket for old glibc (cppcheck) --- driver/others/init.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver/others/init.c b/driver/others/init.c index 0cb8c78a2..012ef6647 100644 --- a/driver/others/init.c +++ b/driver/others/init.c @@ -903,6 +903,7 @@ void gotoblas_affinity_init(void) { } #else common->num_procs = CPU_COUNT(sizeof(cpu_set_t),cpusetp); + } #endif #endif