File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ DEFINITIONS=
92
92
${CPPCHECK} ${DEFINITIONS} hwloc/topology-bgq.c -Itests/hwloc/ports/include/bgq 2> hwloc-cppcheck-bgq.xml
93
93
DEFINITIONS=
94
94
${CPPCHECK} ${DEFINITIONS} hwloc/topology-darwin.c -Itests/hwloc/ports/include/darwin 2> hwloc-cppcheck-darwin.xml
95
- DEFINITIONS=" -Dhwloc_thread_t=pthread_t"
95
+ DEFINITIONS=" -Dhwloc_thread_t=pthread_t -DCPU_WHICH_DOMAIN=6 "
96
96
${CPPCHECK} ${DEFINITIONS} hwloc/topology-freebsd.c -Itests/hwloc/ports/include/freebsd 2> hwloc-cppcheck-freebsd.xml
97
- DEFINITIONS=" -DMAP_MEM_FIRST_TOUCH=2 -Dhwloc_thread_t=pthread_t -DCPU_WHICH_DOMAIN=6 "
97
+ DEFINITIONS=" -DMAP_MEM_FIRST_TOUCH=2 -Dhwloc_thread_t=pthread_t"
98
98
${CPPCHECK} ${DEFINITIONS} hwloc/topology-hpux.c -Itests/hwloc/ports/include/hpux 2> hwloc-cppcheck-hpux.xml
99
99
DEFINITIONS=" -Dhwloc_thread_t=pthread_t"
100
100
${CPPCHECK} ${DEFINITIONS} hwloc/topology-netbsd.c -Itests/hwloc/ports/include/netbsd 2> hwloc-cppcheck-netbsd.xml
You can’t perform that action at this time.
0 commit comments