Browse Source

add missing bracket for old glibc (cppcheck)

tags/v0.3.0
Andrew 7 years ago
parent
commit
8a0b086b28
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      driver/others/init.c

+ 1
- 0
driver/others/init.c View File

@@ -903,6 +903,7 @@ void gotoblas_affinity_init(void) {
}
#else
common->num_procs = CPU_COUNT(sizeof(cpu_set_t),cpusetp);
}
#endif

#endif


Loading…
Cancel
Save