suppressions.txt 3.3 KB

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