aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reserve-candidates
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2015-12-01 14:40:14 +0100
committerKevin Funk <kfunk@kde.org>2015-12-01 14:40:14 +0100
commitcbc0406dbc6275b6b47d6c85900d668bb1d325a2 (patch)
treef96783f08ee7930b948778da8d616349710a1e3b /tests/reserve-candidates
parent2ad20d967a5c67558aefe36a012e7633d42355fc (diff)
Make clazy compile using MSVC2015
For the fun of it
Diffstat (limited to 'tests/reserve-candidates')
-rw-r--r--tests/reserve-candidates/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reserve-candidates/main.cpp b/tests/reserve-candidates/main.cpp
index 72a8e916..759931b3 100644
--- a/tests/reserve-candidates/main.cpp
+++ b/tests/reserve-candidates/main.cpp
@@ -42,7 +42,7 @@ bool returns_bool()
return true;
}
-uint returns_uint() { return 0; }
+unsigned int returns_uint() { return 0; }
int returns_int() { return 0; }
long long returns_long() { return 0; }