Skip to content

Commit

Permalink
Fixed merge conflict in cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Sep 28, 2024
1 parent def9d75 commit dc10121
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,10 @@ if(CMAKE_BUILD_TYPE MATCHES "Debug")
"--suppress=constParameterReference:*/BathyRefractionCorrector.cpp" # in run() param extent cannot be const
"--suppress=constParameterPointer:*/CcsdsPayloadDispatch.cpp" # Not trivial to fix, would have to change DispachObject class as well.
"--suppress=knownConditionTrueFalse" # -1 < 0 etc
<<<<<<< HEAD
"--suppress=constVariableReference:*/RasterObject.cpp" # List [] const issue
"--suppress=constVariableReference:*/GeoIndexedRaster.cpp" # List [] const issue
=======

"--suppress=*:*/coastnet.h" # suppress all checks for coastnet
>>>>>>> datamodel3
)

endif()
Expand Down

0 comments on commit dc10121

Please sign in to comment.