suppressions.txt 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. // StarPU --- Runtime system for heterogeneous multicore architectures.
  2. //
  3. // Copyright (C) 2017 CNRS
  4. // Copyright (C) 2017 Inria
  5. //
  6. // StarPU is free software; you can redistribute it and/or modify
  7. // it under the terms of the GNU Lesser General Public License as published by
  8. // the Free Software Foundation; either version 2.1 of the License, or (at
  9. // your option) any later version.
  10. //
  11. // StarPU is distributed in the hope that it will be useful, but
  12. // WITHOUT ANY WARRANTY; without even the implied warranty of
  13. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. //
  15. // See the GNU Lesser General Public License in COPYING.LGPL for more details.
  16. knownConditionTrueFalse
  17. variableScope
  18. ConfigurationNotChecked
  19. *:starpufft/*
  20. *:min-dgels/*
  21. *:starpu-top/*
  22. *:socl/src/CL/*
  23. // TODO. We should cppcheck the code
  24. *:sc_hypervisor/*
  25. varFuncNullUB:examples/sched_ctx/two_cpu_contexts.c:76
  26. negativeIndex:examples/stencil/stencil-tasks.c
  27. constStatement:examples/stencil/*
  28. unreadVariable:tests/openmp/*
  29. unusedLabel:tests/datawizard/gpu_register.c
  30. unusedLabel:tests/datawizard/gpu_ptr_register.c
  31. redundantAssignment:tests/datawizard/interfaces/test_interfaces.c:752
  32. redundantAssignment:tests/datawizard/mpi_like_async.c:165
  33. redundantAssignment:tests/datawizard/mpi_like_async.c:211
  34. unusedPrivateFunction:tests/main/combined_workers/bfs/timer.h:45
  35. redundantAssignment:tests/main/driver_api/init_run_deinit.c
  36. redundantAssignment:tests/main/driver_api/run_driver.c
  37. uselessAssignmentPtrArg:mpi/src/starpu_mpi.c:171
  38. unreadVariable:mpi/src/starpu_mpi.c:953
  39. unusedVariable:mpi/src/starpu_mpi.c:954
  40. redundantAssignment:src/core/workers.c
  41. invalidPointerCast:src/core/perfmodel/perfmodel_nan.c:74
  42. unreadVariable:src/core/dependencies/tags.c:111
  43. uselessAssignmentPtrArg:src/core/sched_ctx_list.c:144
  44. unusedStructMember:src/core/perfmodel/perfmodel_bus.c:62
  45. unusedStructMember:src/core/perfmodel/perfmodel_bus.c:63
  46. unusedStructMember:src/core/perfmodel/perfmodel_bus.c:64
  47. unusedStructMember:src/core/perfmodel/perfmodel_bus.c:65
  48. unusedStructMember:src/core/perfmodel/perfmodel_bus.c:66
  49. unusedStructMember:src/core/simgrid.c:225
  50. unusedStructMember:src/core/simgrid.c:226
  51. wrongPrintfScanfArgNum:src/core/simgrid.c:946
  52. duplicateExpression:src/util/starpu_task_insert.c:52
  53. // TODO: this could be an error?
  54. redundantCopy:src/core/disk_ops/disk_leveldb.cpp:194
  55. nullPointerRedundantCheck:src/common/rbtree.c
  56. unreadVariable:src/datawizard/interfaces/*
  57. unreadVariable:src/drivers/driver_common/driver_common.c:493
  58. clarifyCondition:src/drivers/opencl/driver_opencl.c:945
  59. unreadVariable:src/drivers/opencl/driver_opencl.c:767
  60. clarifyCondition:src/drivers/cuda/driver_cuda.c:498
  61. arithOperationsOnVoidPointer:src/drivers/scc/*
  62. nullPointerRedundantCheck:src/sched_policies/deque_modeling_policy_data_aware.c:198
  63. sizeofDereferencedVoidPointer:src/util/fstarpu.c
  64. allocaCalled:gcc-plugin/src/*
  65. unusedVariable:gcc-plugin/tests/*
  66. unreadVariable:gcc-plugin/tests/*
  67. //cppcheck complaints it does not find duplicate expressions
  68. //duplicateExpression:gcc-plugin/src/*
  69. negativeIndex:gcc-plugin/src/*
  70. pointerSize:socl/src/cl_getcontextinfo.c:33