aboutsummaryrefslogtreecommitdiffstats
path: root/include/utility.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utility.h')
-rw-r--r--include/utility.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/utility.h b/include/utility.h
index cf12158..183d65b 100644
--- a/include/utility.h
+++ b/include/utility.h
@@ -14,7 +14,7 @@ namespace crow
#ifndef CROW_MSVC_WORKAROUND
struct OutOfRange
{
- OutOfRange(unsigned pos, unsigned length) {}
+ OutOfRange(unsigned /*pos*/, unsigned /*length*/) {}
};
constexpr unsigned requires_in_range( unsigned i, unsigned len )
{
@@ -129,7 +129,7 @@ template <> \
struct parameter_tag<t> \
{ \
static const int value = i; \
-};
+}
CROW_INTERNAL_PARAMETER_TAG(int, 1);
CROW_INTERNAL_PARAMETER_TAG(char, 1);
CROW_INTERNAL_PARAMETER_TAG(short, 1);