suppressions.txt 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. // StarPU --- Runtime system for heterogeneous multicore architectures.
  2. //
  3. // Copyright (C) 2017-2020 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. *:starpufft/*
  25. *:min-dgels/*
  26. *:socl/src/CL/*
  27. *:tools/*
  28. // TODO. We should cppcheck the code
  29. *:sc_hypervisor/*
  30. varFuncNullUB:examples/sched_ctx/two_cpu_contexts.c:76
  31. negativeIndex:examples/stencil/stencil-tasks.c
  32. constStatement:examples/stencil/*
  33. shiftTooManyBitsSigned:examples/pi/SobolQRNG/sobol_gold.c:88
  34. unreadVariable:tests/openmp/*
  35. unusedLabel:tests/datawizard/gpu_register.c
  36. unusedLabel:tests/datawizard/gpu_ptr_register.c
  37. redundantAssignment:tests/datawizard/interfaces/test_interfaces.c:757
  38. redundantAssignment:tests/datawizard/mpi_like_async.c:165
  39. redundantAssignment:tests/datawizard/mpi_like_async.c:211
  40. unusedPrivateFunction:tests/main/combined_workers/bfs/timer.h
  41. cstyleCast:tests/main/combined_workers/bfs/bfs.cpp
  42. redundantAssignment:tests/main/driver_api/init_run_deinit.c
  43. redundantAssignment:tests/main/driver_api/run_driver.c
  44. unreadVariable:tests/datawizard/variable_size.c
  45. uselessAssignmentPtrArg:mpi/src/starpu_mpi.c:171
  46. unreadVariable:mpi/src/mpi/starpu_mpi_mpi.c:716
  47. unusedVariable:mpi/src/mpi/starpu_mpi_mpi.c:715
  48. unreadVariable:mpi/src/load_balancer/policy/load_heat_propagation.c:578
  49. redundantAssignment:src/core/workers.c
  50. invalidPointerCast:src/core/perfmodel/perfmodel_nan.c:74
  51. unreadVariable:src/core/dependencies/tags.c:111
  52. uselessAssignmentPtrArg:src/core/sched_ctx_list.c:144
  53. wrongPrintfScanfArgNum:src/core/simgrid.c:1024
  54. duplicateExpression:src/util/starpu_task_insert.c:52
  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. redundantAssignment:src/drivers/opencl/driver_opencl.c:831
  61. clarifyCondition:src/drivers/cuda/driver_cuda.c:498
  62. nullPointerRedundantCheck:src/sched_policies/deque_modeling_policy_data_aware.c:207
  63. sizeofDereferencedVoidPointer:src/util/fstarpu.c
  64. pointerSize:socl/src/cl_getcontextinfo.c:33
  65. unreadVariable:socl/src/gc.c:193
  66. // the following warnings are weird and not understandable, let's ignore them
  67. ignoredReturnValue:socl/src/cl_createkernel.c:170
  68. leakReturnValNotUsed:socl/src/cl_createkernel.c:170
  69. ignoredReturnValue:socl/src/cl_createprogramwithsource.c:136
  70. leakReturnValNotUsed:socl/src/cl_createprogramwithsource.c:136
  71. redundantAssignment:src/sched_policies/component_eager.c:109
  72. nullPointerRedundantCheck:src/datawizard/copy_driver.c:682