瀏覽代碼

update cppcheck suppressions

Olivier Aumage 8 年之前
父節點
當前提交
eccabca716
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      tools/cppcheck/suppressions.txt

+ 3 - 1
tools/cppcheck/suppressions.txt

@@ -1,6 +1,7 @@
 // StarPU --- Runtime system for heterogeneous multicore architectures.
 //
 // Copyright (C) 2017       CNRS
+// Copyright (C) 2017       Inria
 //
 // StarPU is free software; you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
@@ -73,7 +74,8 @@ sizeofDereferencedVoidPointer:src/util/fstarpu.c
 allocaCalled:gcc-plugin/src/*
 unusedVariable:gcc-plugin/tests/*
 unreadVariable:gcc-plugin/tests/*
-duplicateExpression:gcc-plugin/src/*
+//cppcheck complaints it does not find duplicate expressions
+//duplicateExpression:gcc-plugin/src/*
 negativeIndex:gcc-plugin/src/*
 
 pointerSize:socl/src/cl_getcontextinfo.c:33