Skip to content

Commit 807e0a3

Browse files
committed
ci.inria.fr/sonarscanner: define CPU_WHICH_DOMAIN for cppcheck
Signed-off-by: Brice Goglin <[email protected]>
1 parent b0f59d9 commit 807e0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/ci.inria.fr/job-3-sonarscanner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ DEFINITIONS=
9494
${CPPCHECK} ${DEFINITIONS} hwloc/topology-darwin.c -Itests/hwloc/ports/include/darwin 2> hwloc-cppcheck-darwin.xml
9595
DEFINITIONS="-Dhwloc_thread_t=pthread_t"
9696
${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"
97+
DEFINITIONS="-DMAP_MEM_FIRST_TOUCH=2 -Dhwloc_thread_t=pthread_t -DCPU_WHICH_DOMAIN=6"
9898
${CPPCHECK} ${DEFINITIONS} hwloc/topology-hpux.c -Itests/hwloc/ports/include/hpux 2> hwloc-cppcheck-hpux.xml
9999
DEFINITIONS="-Dhwloc_thread_t=pthread_t"
100100
${CPPCHECK} ${DEFINITIONS} hwloc/topology-netbsd.c -Itests/hwloc/ports/include/netbsd 2> hwloc-cppcheck-netbsd.xml

0 commit comments

Comments
 (0)