From f12f3f29fac9464f7751a7ac6e013cda810152b9 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 16 Sep 2024 01:54:36 +0200 Subject: [PATCH] Fix compiler warning with -Wdocumentation of clang 19 --- frmts/pcraster/pcrasterutil.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frmts/pcraster/pcrasterutil.cpp b/frmts/pcraster/pcrasterutil.cpp index a424278308b2..0228e81ed24f 100644 --- a/frmts/pcraster/pcrasterutil.cpp +++ b/frmts/pcraster/pcrasterutil.cpp @@ -393,8 +393,6 @@ CSF_CR GDALType2CellRepresentation(GDALDataType type, bool exact) /*! \param cellRepresentation Cell representation of the data. \return Missing value. - \exception . - \sa . */ double missingValue(CSF_CR cellRepresentation) { @@ -468,9 +466,6 @@ double missingValue(CSF_CR cellRepresentation) /*! \param filename Filename of raster to open. \return Pointer to CSF MAP structure. - \exception . - \warning . - \sa . */ MAP *mapOpen(std::string const &filename, MOPEN_PERM mode) {