From 06c20196767d8dca77c594a1d2e6a30d2387a2ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 6 Mar 2019 06:27:42 +0100 Subject: [PATCH] Moved CheckOther::checkPipeParameterSize from simplified to normal checking --- lib/checkother.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checkother.h b/lib/checkother.h index 136bebf7a..4047031df 100644 --- a/lib/checkother.h +++ b/lib/checkother.h @@ -85,6 +85,7 @@ public: checkOther.checkConstArgument(); checkOther.checkComparePointers(); checkOther.checkIncompleteStatement(); + checkOther.checkPipeParameterSize(); } /** @brief Run checks against the simplified token list */ @@ -98,7 +99,6 @@ public: checkOther.checkCastIntToCharAndBack(); checkOther.checkMisusedScopedObject(); - checkOther.checkPipeParameterSize(); checkOther.checkInvalidFree(); checkOther.checkRedundantCopy();