suppressions.txt 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. // StarPU --- Runtime system for heterogeneous multicore architectures.
  2. //
  3. // Copyright (C) 2017-2021 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
  4. //
  5. // StarPU is free software; you can redistribute it and/or modify
  6. // it under the terms of the GNU Lesser General Public License as published by
  7. // the Free Software Foundation; either version 2.1 of the License, or (at
  8. // your option) any later version.
  9. //
  10. // StarPU is distributed in the hope that it will be useful, but
  11. // WITHOUT ANY WARRANTY; without even the implied warranty of
  12. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  13. //
  14. // See the GNU Lesser General Public License in COPYING.LGPL for more details.
  15. //
  16. knownConditionTrueFalse
  17. variableScope
  18. ConfigurationNotChecked
  19. shadowVar
  20. unusedFunction
  21. unmatchedSuppression
  22. unusedStructMember
  23. missingInclude
  24. constArgument
  25. *:starpufft/*
  26. *:min-dgels/*
  27. *:socl/src/CL/*
  28. *:tools/*
  29. // TODO. We should cppcheck the code
  30. *:sc_hypervisor/*
  31. varFuncNullUB:examples/sched_ctx/two_cpu_contexts.c:76
  32. negativeIndex:examples/stencil/stencil-tasks.c
  33. constStatement:examples/stencil/*
  34. shiftTooManyBitsSigned:examples/pi/SobolQRNG/sobol_gold.c:88
  35. unreadVariable:tests/openmp/*
  36. unusedLabel:tests/datawizard/gpu_register.c
  37. unusedLabel:tests/datawizard/gpu_ptr_register.c
  38. redundantAssignment:tests/datawizard/interfaces/test_interfaces.c:757
  39. redundantAssignment:tests/datawizard/mpi_like_async.c:165
  40. redundantAssignment:tests/datawizard/mpi_like_async.c:211
  41. unusedPrivateFunction:tests/main/combined_workers/bfs/timer.h
  42. cstyleCast:tests/main/combined_workers/bfs/bfs.cpp
  43. redundantAssignment:tests/main/driver_api/init_run_deinit.c
  44. redundantAssignment:tests/main/driver_api/run_driver.c
  45. unreadVariable:tests/datawizard/variable_size.c
  46. uselessAssignmentPtrArg:mpi/src/starpu_mpi.c:171
  47. unreadVariable:mpi/src/mpi/starpu_mpi_mpi.c:716
  48. unusedVariable:mpi/src/mpi/starpu_mpi_mpi.c:715
  49. unreadVariable:mpi/src/load_balancer/policy/load_heat_propagation.c:578
  50. redundantAssignment:src/core/workers.c
  51. invalidPointerCast:src/core/perfmodel/perfmodel_nan.c:74
  52. unreadVariable:src/core/dependencies/tags.c:111
  53. uselessAssignmentPtrArg:src/core/sched_ctx_list.c:144
  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. redundantAssignment:src/drivers/opencl/driver_opencl.c:831
  62. clarifyCondition:src/drivers/cuda/driver_cuda.c:498
  63. nullPointerRedundantCheck:src/sched_policies/deque_modeling_policy_data_aware.c:207
  64. sizeofDereferencedVoidPointer:src/util/fstarpu.c
  65. pointerSize:socl/src/cl_getcontextinfo.c:33
  66. unreadVariable:socl/src/gc.c:193
  67. // the following warnings are weird and not understandable, let's ignore them
  68. ignoredReturnValue:socl/src/cl_createkernel.c:170
  69. leakReturnValNotUsed:socl/src/cl_createkernel.c:170
  70. ignoredReturnValue:socl/src/cl_createprogramwithsource.c:136
  71. leakReturnValNotUsed:socl/src/cl_createprogramwithsource.c:136
  72. redundantAssignment:src/sched_policies/component_eager.c:109
  73. nullPointerRedundantCheck:src/datawizard/copy_driver.c:682