X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FIgnoreValue.hh;h=591a38a7ea517c63b4c24e43a7f01aa314fae590;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=366eaf283bc4ac03b62b917938a8ad65182a1a73;hpb=7661548b20e6c7627f54bff87e0758396fd523ef;p=senf.git diff --git a/senf/Utils/IgnoreValue.hh b/senf/Utils/IgnoreValue.hh index 366eaf2..591a38a 100644 --- a/senf/Utils/IgnoreValue.hh +++ b/senf/Utils/IgnoreValue.hh @@ -35,7 +35,7 @@ namespace senf { /** \brief Explicitly ignore a value - To explicitly ingore a value (e.g. the return value of a function), pass that value to + To explicitly ignore a value (e.g. the return value of a function), pass that value to senf::IGNORE(). This has the added benefit of silencing \em any warnings about ignored values by g++. */