X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FIgnoreValue.hh;fp=senf%2FUtils%2FIgnoreValue.hh;h=591a38a7ea517c63b4c24e43a7f01aa314fae590;hb=5cb66935d4b2973ea0fe7487b862b9ddc31648f4;hp=366eaf283bc4ac03b62b917938a8ad65182a1a73;hpb=9b2b809a695e148c041415c6ff20325e77531a7d;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++. */