File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 2121#include " progress.h"
2222#include " util.h"
2323
24+ // cppcheck-suppress-begin knownConditionTrueFalse
2425namespace gdal
2526{
2627namespace viewshed
2728{
2829
30+ // ! @cond Doxygen_Suppress
2931CPLErr DummyBand::IReadBlock (int , int , void *)
3032{
3133 return static_cast <CPLErr>(CPLE_NotSupported);
3234}
3335
36+ // ! @endcond
37+
3438namespace
3539{
3640
@@ -1193,7 +1197,6 @@ bool ViewshedExecutor::run()
11931197 return true ;
11941198}
11951199
1196- // cppcheck-suppress knownConditionTrueFalse
11971200bool ViewshedExecutor::sdMode () const
11981201{
11991202 // If the SD band isn't a dummy band, we're in SD mode.
@@ -1202,3 +1205,5 @@ bool ViewshedExecutor::sdMode() const
12021205
12031206} // namespace viewshed
12041207} // namespace gdal
1208+
1209+ // cppcheck-suppress-end knownConditionTrueFalse
You can’t perform that action at this time.
0 commit comments