2026-05-01 14:19 ftp://ftp.de.debian.org/debian/pool/main/c/cuyo/cuyo_2.1.0.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=sdl --library=zlib --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j6 platform: Linux-7.0.3+deb14-amd64-x86_64-with-glibc2.42 python: 3.13.12 client-version: 1.4.0 compiler: g++ (Debian 15.2.0-17) 15.2.0 cppcheck: head 2.20.0 head-info: e5c4a734 (2026-05-01 11:10:43 +0200) count: 585 485 elapsed-time: 0.6 0.5 head-timing-info: old-timing-info: head results: cuyo-2.1.0/datasrc/pics/genSchrift.cc:91:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDL_SWSURFACE [valueFlowBailoutIncompleteVar] cuyo-2.1.0/datasrc/pics/genSchrift.cc:113:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDL_HWSURFACE [valueFlowBailoutIncompleteVar] cuyo-2.1.0/datasrc/pics/genSchrift.cc:125:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDL_INIT_VIDEO [valueFlowBailoutIncompleteVar] cuyo-2.1.0/datasrc/pics/genSchrift.cc:287:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cuyo-2.1.0/datasrc/pics/genSchrift.cc:363:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cuyo-2.1.0/datasrc/pics/genSchrift.cc:416:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cuyo-2.1.0/datasrc/pics/genSchrift.cc:443:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cuyo-2.1.0/datasrc/pics/genSchrift.cc:462:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cuyo-2.1.0/datasrc/pics/genSchrift.cc:478:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cuyo-2.1.0/datasrc/pics/genSchrift.cc:505:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/aufnahme.cpp:180:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/aufnahme.cpp:246:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VERSION [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/aufnahme.cpp:274:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VERSION [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.h:36:3: warning:inconclusive: Member variable 'Color::mR' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/sdltools.h:36:3: warning:inconclusive: Member variable 'Color::mG' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/sdltools.h:36:3: warning:inconclusive: Member variable 'Color::mB' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/bilddatei.cpp:91:12: warning: Member variable 'Bilddatei::mBreite' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/bilddatei.cpp:91:12: warning: Member variable 'Bilddatei::mHoehe' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/bilddatei.cpp:91:12: warning: Member variable 'Bilddatei::mGefaerbt' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/bilddatei.cpp:91:12: warning: Member variable 'Bilddatei::mScale' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/bilddatei.cpp:365:17: style:inconclusive: Technically the member function 'Bilddatei::loescheAusZentralregister' can be const. [functionConst] cuyo-2.1.0/src/bilddatei.h:144:8: note: Technically the member function 'Bilddatei::loescheAusZentralregister' can be const. cuyo-2.1.0/src/bilddatei.cpp:365:17: note: Technically the member function 'Bilddatei::loescheAusZentralregister' can be const. cuyo-2.1.0/src/bilddatei.cpp:72:37: warning: Class 'BildOriginal' does not have a copy constructor which is recommended since it has dynamic memory/resource management. [noCopyConstructor] cuyo-2.1.0/src/bilddatei.cpp:72:37: warning: Class 'BildOriginal' does not have a operator= which is recommended since it has dynamic memory/resource management. [noOperatorEq] cuyo-2.1.0/src/stringzeug.h:46:3: style: Struct 'Str' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/fehler.h:41:3: style: Class 'Fehler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/pfaditerator.h:48:3: style: Class 'PfadIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/bilddatei.cpp:71:3: style: Class 'BildOriginal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/bilddatei.cpp:94:3: error: Unhandled exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction] cuyo-2.1.0/src/bilddatei.cpp:97:34: style:inconclusive: Function 'Bilddatei' argument 1 names different: declaration '' definition 'quelle'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/bilddatei.cpp:97:56: style:inconclusive: Function 'Bilddatei' argument 2 names different: declaration '' definition 'faerbung'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/bilddatei.cpp:127:27: performance: Function parameter 'name' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/bilddatei.cpp:155:36: style: Parameter 'quelle' can be declared as reference to const [constParameterReference] cuyo-2.1.0/src/sdltools.h:40:36: style: Parameter 'fmt' can be declared as pointer to const [constParameterPointer] cuyo-2.1.0/src/bildstapel.cpp:36:13: warning: Member variable 'BildStapel::mAnz' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/bildstapel.cpp:36:13: warning: Member variable 'BildStapel::mDebugOut1' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/bildstapel.cpp:36:13: warning: Member variable 'BildStapel::mDebugOut2' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/bildstapel.cpp:36:13: warning: Member variable 'BildStapel::mAmPlatzen' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/font.h:65:3: style: Struct 'FontStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/bildstapel.h:105:3: style: Class 'BildStapel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/version.h:169:5: style: Class 'IndexIntern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/version.h:187:5: style: Class 'constIndexIntern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/version.h:245:12: style: Class 'Index' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/version.h:251:12: style: Class 'constIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/leveldaten.h:161:3: style: Class 'LevelDaten' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/bildstapel.cpp:187:4: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/version.h:257:45: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/bildstapel.cpp:120:40: style: Parameter 'so' can be declared as pointer to const [constParameterPointer] cuyo-2.1.0/src/blop.h:451:5: warning:inconclusive: Member variable 'tZZ::mBlop' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/blop.h:451:5: warning:inconclusive: Member variable 'tZZ::mVNr' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/blop.h:451:5: warning:inconclusive: Member variable 'tZZ::mWert' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/blop.h:451:5: warning:inconclusive: Member variable 'tZZ::mOperation' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/fall.h:110:8: style:inconclusive: Technically the member function 'Fall::steuerbar' can be const. [functionConst] cuyo-2.1.0/src/ort.h:59:3: style: Struct 'ort_absolut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/ort.h:106:3: style: Class 'Ort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/ort.h:112:3: style: Class 'Ort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/blop.h:120:3: style: Class 'Blop' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/blopbesitzer.h:53:3: style: Class 'BlopBesitzer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/spielfeld.h:77:3: style: Class 'Spielfeld' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/aufnahme.cpp:48:3: style: Struct 'tDatum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/ort.h:116:4: style: The destructor '~Ort' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/definition.h:39:12: note: Virtual destructor in base class cuyo-2.1.0/src/ort.h:116:4: note: Destructor in derived class cuyo-2.1.0/src/blopgitter.h:40:4: style: The destructor '~BlopGitter' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blopbesitzer.h:54:12: note: Virtual destructor in base class cuyo-2.1.0/src/blopgitter.h:40:4: note: Destructor in derived class cuyo-2.1.0/src/blopgitter.h:54:16: style: The function 'getFeld' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blopbesitzer.h:64:24: note: Virtual function in base class cuyo-2.1.0/src/blopgitter.h:54:16: note: Function in derived class cuyo-2.1.0/src/blopgitter.h:57:10: style: The function 'getFeld' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blopbesitzer.h:66:18: note: Virtual function in base class cuyo-2.1.0/src/blopgitter.h:57:10: note: Function in derived class cuyo-2.1.0/src/blopgitter.h:75:7: style: The function 'getBesitzVerbindungen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blopbesitzer.h:58:15: note: Virtual function in base class cuyo-2.1.0/src/blopgitter.h:75:7: note: Function in derived class cuyo-2.1.0/src/blopgitter.h:77:8: style: The function 'koordOK' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blopbesitzer.h:70:16: note: Virtual function in base class cuyo-2.1.0/src/blopgitter.h:77:8: note: Function in derived class cuyo-2.1.0/src/blopgitter.h:104:15: style: The function 'getSpezConst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blopbesitzer.h:75:15: note: Virtual function in base class cuyo-2.1.0/src/blopgitter.h:104:15: note: Function in derived class cuyo-2.1.0/src/fall.h:213:15: style: The function 'getSpezConst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blopbesitzer.h:75:15: note: Virtual function in base class cuyo-2.1.0/src/fall.h:213:15: note: Function in derived class cuyo-2.1.0/src/aufnahme.cpp:243:7: warning:inconclusive: Width 200 given in format string (no. 1) is smaller than destination buffer 'cvers[222]'. [invalidScanfFormatWidth_smaller] cuyo-2.1.0/src/aufnahme.cpp:243:7: warning:inconclusive: Width 200 given in format string (no. 2) is smaller than destination buffer 'lna[222]'. [invalidScanfFormatWidth_smaller] cuyo-2.1.0/src/aufnahme.cpp:244:5: error: Resource leak: f [resourceLeak] cuyo-2.1.0/src/aufnahme.cpp:235:16: performance: Function parameter 'pfad' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/aufnahme.cpp:267:20: performance: Function parameter 'pfad' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/blopbesitzer.h:66:30: style:inconclusive: Function 'getFeld' argument 1 names different: declaration 'x' definition ''. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/blopbesitzer.h:66:37: style:inconclusive: Function 'getFeld' argument 2 names different: declaration 'y' definition ''. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/datasrc/pics/genSchrift.cc:177:20: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/datasrc/pics/genSchrift.cc:270:22: style: Parameter 'x' can be declared as reference to const [constParameterReference] cuyo-2.1.0/datasrc/pics/genSchrift.cc:270:34: style: Parameter 'y' can be declared as reference to const [constParameterReference] cuyo-2.1.0/datasrc/pics/genSchrift.cc:270:46: style: Parameter 'z' can be declared as reference to const [constParameterReference] cuyo-2.1.0/src/configdatei.h:99:8: style:inconclusive: Technically the member function 'ConfigAbschnittPush::hatGeklappt' can be const. [functionConst] cuyo-2.1.0/src/configdatei.cpp:66:3: warning: Class 'ConfigDatei' does not have a copy constructor which is recommended since it has dynamic memory/resource management. [noCopyConstructor] cuyo-2.1.0/src/configdatei.cpp:66:3: warning: Class 'ConfigDatei' does not have a operator= which is recommended since it has dynamic memory/resource management. [noOperatorEq] cuyo-2.1.0/src/blop.cpp:42:7: warning: Member variable 'Blop::mKettenGroesse' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/blop.cpp:42:7: warning: Member variable 'Blop::mDatenLaenge' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/configdatei.h:40:3: style: Class 'ConfigDatei' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/blop.cpp:42:7: warning: Member variable 'Blop::mMalenErlaubt' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/blop.cpp:42:7: warning: Member variable 'Blop::mSEPos' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/configdatei.h:43:7: performance: Function 'getAbschnitt()' should return member 'mAbschnitt' by const reference. [returnByReference] cuyo-2.1.0/src/blop.cpp:120:14: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf] cuyo-2.1.0/src/configdatei.cpp:84:36: performance: Function parameter 'na' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/configdatei.cpp:215:11: performance: Function parameter 'def' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/blopgitter.cpp:164:27: style:inconclusive: Boolean expression '!ld->mSechseck' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] cuyo-2.1.0/src/blopgitter.cpp:166:27: style:inconclusive: Boolean expression '!ld->mSechseck' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] cuyo-2.1.0/src/knoten.h:201:8: style:inconclusive: Technically the member function 'DefKnoten::enthaelt' can be const. [functionConst] cuyo-2.1.0/src/code.h:210:4: style: The destructor '~Code' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/definition.h:39:12: note: Virtual destructor in base class cuyo-2.1.0/src/code.h:210:4: note: Destructor in derived class cuyo-2.1.0/src/blatt.cpp:106:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDL_BUTTON_LEFT [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/knoten.h:188:12: style: The destructor '~DefKnoten' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:87:12: note: Virtual destructor in base class cuyo-2.1.0/src/knoten.h:188:12: note: Destructor in derived class cuyo-2.1.0/src/knoten.h:190:15: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:89:15: note: Virtual function in base class cuyo-2.1.0/src/knoten.h:190:15: note: Function in derived class cuyo-2.1.0/src/blatt.cpp:463:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDLK_KP9 [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/knoten.h:192:15: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:91:15: note: Virtual function in base class cuyo-2.1.0/src/knoten.h:192:15: note: Function in derived class cuyo-2.1.0/src/blatt.cpp:1097:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VERSION [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/knoten.h:312:4: style: The destructor '~ListenKnoten' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:87:12: note: Virtual destructor in base class cuyo-2.1.0/src/knoten.h:312:4: note: Destructor in derived class cuyo-2.1.0/src/blatt.cpp:1141:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mProsaNamen [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/knoten.h:314:15: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:89:15: note: Virtual function in base class cuyo-2.1.0/src/knoten.h:314:15: note: Function in derived class cuyo-2.1.0/src/knoten.h:316:15: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:91:15: note: Virtual function in base class cuyo-2.1.0/src/knoten.h:316:15: note: Function in derived class cuyo-2.1.0/src/knoten.h:371:15: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:89:15: note: Virtual function in base class cuyo-2.1.0/src/knoten.h:371:15: note: Function in derived class cuyo-2.1.0/src/knoten.h:402:15: style: The function 'datatype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:373:15: note: Virtual function in base class cuyo-2.1.0/src/knoten.h:402:15: note: Function in derived class cuyo-2.1.0/src/knoten.h:404:15: style: The function 'getWort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:381:15: note: Virtual function in base class cuyo-2.1.0/src/knoten.h:404:15: note: Function in derived class cuyo-2.1.0/src/knoten.h:406:15: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:91:15: note: Virtual function in base class cuyo-2.1.0/src/knoten.h:406:15: note: Function in derived class cuyo-2.1.0/src/knoten.h:426:15: style: The function 'datatype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:373:15: note: Virtual function in base class cuyo-2.1.0/src/knoten.h:426:15: note: Function in derived class cuyo-2.1.0/src/knoten.h:428:15: style: The function 'getZahl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:378:15: note: Virtual function in base class cuyo-2.1.0/src/knoten.h:428:15: note: Function in derived class cuyo-2.1.0/src/knoten.h:430:15: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:91:15: note: Virtual function in base class cuyo-2.1.0/src/knoten.h:430:15: note: Function in derived class cuyo-2.1.0/src/knoten.h:450:15: style: The function 'datatype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:373:15: note: Virtual function in base class cuyo-2.1.0/src/knoten.h:450:15: note: Function in derived class cuyo-2.1.0/src/blopgitter.cpp:164:27: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] cuyo-2.1.0/src/knoten.h:452:15: style: The function 'getZahl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:378:15: note: Virtual function in base class cuyo-2.1.0/src/knoten.h:452:15: note: Function in derived class cuyo-2.1.0/src/blopgitter.cpp:166:27: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] cuyo-2.1.0/src/knoten.h:454:15: style: The function 'getWort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:381:15: note: Virtual function in base class cuyo-2.1.0/src/knoten.h:454:15: note: Function in derived class cuyo-2.1.0/src/knoten.h:458:15: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/knoten.h:91:15: note: Virtual function in base class cuyo-2.1.0/src/knoten.h:458:15: note: Function in derived class cuyo-2.1.0/src/blop.cpp:230:5: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/blop.cpp:357:5: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/blop.cpp:389:5: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/blopgitter.cpp:268:52: style:inconclusive: Function 'getSpezConst' argument 2 names different: declaration '' definition 'wer'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/blop.cpp:792:6: style: C-style reference casting [cstyleCast] cuyo-2.1.0/src/blop.cpp:793:5: style: C-style reference casting [cstyleCast] cuyo-2.1.0/src/code.h:103:23: warning: Either the condition 'b<0' is redundant or there is division by zero at line 103. [zerodivcond] cuyo-2.1.0/src/code.h:100:10: note: Assuming that condition 'b<0' is not redundant cuyo-2.1.0/src/code.h:103:23: note: Division by zero cuyo-2.1.0/src/code.h:108:15: warning: Either the condition 'b<0' is redundant or there is division by zero at line 108. [zerodivcond] cuyo-2.1.0/src/code.h:105:10: note: Assuming that condition 'b<0' is not redundant cuyo-2.1.0/src/code.h:108:15: note: Division by zero cuyo-2.1.0/src/code.h:116:25: warning: Either the condition 'b<0' is redundant or there is division by zero at line 116. [zerodivcond] cuyo-2.1.0/src/code.h:113:10: note: Assuming that condition 'b<0' is not redundant cuyo-2.1.0/src/code.h:116:25: note: Division by zero cuyo-2.1.0/src/code.h:121:15: warning: Either the condition 'b<0' is redundant or there is division by zero at line 121. [zerodivcond] cuyo-2.1.0/src/code.h:118:10: note: Assuming that condition 'b<0' is not redundant cuyo-2.1.0/src/code.h:121:15: note: Division by zero cuyo-2.1.0/src/cuyointl.cpp:29:16: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/cuyointl.cpp:30:10: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/cuyointl.cpp:30:23: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/cuyointl.cpp:169:40: style:inconclusive: Function 'convert_for_font' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/cuyointl.cpp:170:42: style:inconclusive: Function 'convert_for_stdout' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/cuyointl.cpp:170:54: style:inconclusive: Function 'convert_for_stdout' argument 2 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/cuyointl.cpp:174:48: style:inconclusive: Function 'convert_for_window_title' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/knoten.h:201:21: performance: Function parameter 'na' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/knoten.h:369:19: performance: Function parameter 'datna' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/knoten.h:399:18: performance: Function parameter 'datna' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/knoten.h:399:38: performance: Function parameter 'w' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/knoten.h:423:18: performance: Function parameter 'datna' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/knoten.h:447:26: performance: Function parameter 'datna' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/blop.cpp:523:28: performance: Function parameter 'mess' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/blop.cpp:310:14: style: Variable 'alt_co' can be declared as pointer to const [constVariablePointer] cuyo-2.1.0/src/blop.cpp:323:12: style: Variable 'mc' can be declared as pointer to const [constVariablePointer] cuyo-2.1.0/src/blop.cpp:382:12: style: Variable 'ec' can be declared as pointer to const [constVariablePointer] cuyo-2.1.0/src/datendatei.cpp:32:3: warning: Class 'DatenDatei' does not have a copy constructor which is recommended since it has dynamic memory/resource management. [noCopyConstructor] cuyo-2.1.0/src/datendatei.cpp:32:3: warning: Class 'DatenDatei' does not have a operator= which is recommended since it has dynamic memory/resource management. [noOperatorEq] cuyo-2.1.0/src/datendatei.h:80:7: performance: Function 'getSquirrelPosString()' should return member 'mSquirrelPosString' by const reference. [returnByReference] cuyo-2.1.0/src/datendatei.cpp:102:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/datendatei.cpp:169:13: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/datendatei.cpp:263:26: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/datendatei.cpp:284:10: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/datendatei.cpp:297:10: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/datendatei.cpp:182:16: performance: Function parameter 'def' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/cuyo.cpp:1000:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDLK_ESCAPE [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/cuyo.cpp:1038:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KMOD_SHIFT [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/cuyo.cpp:1256:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mMerkmale [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/cuyo.cpp:1278:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gSchwierig [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/code.cpp:55:7: warning: Member variable 'Code::mZahl' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:55:7: warning: Member variable 'Code::mZahl2' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:55:7: warning: Member variable 'Code::mZahl3' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:70:7: warning: Member variable 'Code::mZahl' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:70:7: warning: Member variable 'Code::mZahl2' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:70:7: warning: Member variable 'Code::mZahl3' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:76:7: warning: Member variable 'Code::mZahl' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:76:7: warning: Member variable 'Code::mZahl2' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:76:7: warning: Member variable 'Code::mZahl3' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:82:7: warning: Member variable 'Code::mZahl2' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:82:7: warning: Member variable 'Code::mZahl3' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:88:7: warning: Member variable 'Code::mZahl' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:88:7: warning: Member variable 'Code::mZahl2' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:88:7: warning: Member variable 'Code::mZahl3' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:94:7: warning: Member variable 'Code::mZahl2' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:94:7: warning: Member variable 'Code::mZahl3' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:102:7: warning: Member variable 'Code::mZahl' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:102:7: warning: Member variable 'Code::mZahl2' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:102:7: warning: Member variable 'Code::mZahl3' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:108:7: warning: Member variable 'Code::mZahl2' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:108:7: warning: Member variable 'Code::mZahl3' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:115:7: warning: Member variable 'Code::mZahl' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:115:7: warning: Member variable 'Code::mZahl2' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/code.cpp:115:7: warning: Member variable 'Code::mZahl3' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/global.cpp:91:7: performance:inconclusive: Use const reference for 'kopie' to avoid unnecessary data copying. [redundantCopyLocalConst] cuyo-2.1.0/src/global.cpp:69:18: performance: Function parameter 'd' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/global.cpp:82:21: performance: Function parameter 'd' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/code.cpp:595:5: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/code.cpp:649:47: performance: Function parameter 'datna' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/font.cpp:52:30: style:inconclusive: Function 'FontStr' argument 1 names different: declaration '' definition 'text'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/font.cpp:58:44: style:inconclusive: Function 'operator==' argument 1 names different: declaration '' definition 'fs'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/font.cpp:65:13: style:inconclusive: Function 'Font' argument 5 names different: declaration '' definition 'varWidth'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/font.cpp:65:27: style:inconclusive: Function 'Font' argument 6 names different: declaration '' definition 'addToWidth'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/font.cpp:111:19: style:inconclusive: Function 'Font' argument 1 names different: declaration '' definition 'quelle'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/font.cpp:111:41: style:inconclusive: Function 'Font' argument 2 names different: declaration '' definition 'faerbung'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/font.cpp:129:37: style:inconclusive: Function 'drawText' argument 1 names different: declaration 'text' definition 's'. [funcArgNamesDifferent] cuyo-2.1.0/src/font.h:88:33: note: Function 'drawText' argument 1 names different: declaration 'text' definition 's'. cuyo-2.1.0/src/font.cpp:129:37: note: Function 'drawText' argument 1 names different: declaration 'text' definition 's'. cuyo-2.1.0/src/font.cpp:204:36: style:inconclusive: Function 'getLineWidth' argument 1 names different: declaration 'text' definition 't'. [funcArgNamesDifferent] cuyo-2.1.0/src/font.h:96:32: note: Function 'getLineWidth' argument 1 names different: declaration 'text' definition 't'. cuyo-2.1.0/src/font.cpp:204:36: note: Function 'getLineWidth' argument 1 names different: declaration 'text' definition 't'. cuyo-2.1.0/src/font.cpp:219:41: style:inconclusive: Function 'getTextHeight' argument 1 names different: declaration 'text' definition 't'. [funcArgNamesDifferent] cuyo-2.1.0/src/font.h:98:37: note: Function 'getTextHeight' argument 1 names different: declaration 'text' definition 't'. cuyo-2.1.0/src/font.cpp:219:41: note: Function 'getTextHeight' argument 1 names different: declaration 'text' definition 't'. cuyo-2.1.0/src/kiplayer.h:34:3: style: Class 'KIPlayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/cuyo.cpp:231:5: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/cuyo.cpp:654:7: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/cuyo.cpp:689:7: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/cuyo.cpp:1122:9: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/cuyo.cpp:1283:3: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/cuyo.cpp:1231:23: style:inconclusive: Function 'setLevelpack' argument 1 names different: declaration '' definition 'i'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/blatt.h:135:3: warning: Member variable 'MausBereich::mSubBereich' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/cuyo.cpp:1238:23: style:inconclusive: Function 'setSchwierig' argument 1 names different: declaration '' definition 'i'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/blatt.cpp:347:12: warning: Member variable 'BlattMenu::mPress' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/blatt.cpp:347:12: warning: Member variable 'BlattMenu::mInfoX' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/blatt.cpp:347:12: warning: Member variable 'BlattMenu::mX0' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/blatt.cpp:347:12: warning: Member variable 'BlattMenu::mY0' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/blatt.cpp:347:12: warning: Member variable 'BlattMenu::mZeigVon' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/blatt.cpp:347:12: warning: Member variable 'BlattMenu::mZeigBis' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/blatt.cpp:347:12: warning: Member variable 'BlattMenu::mAnimY0' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/blatt.cpp:347:12: warning: Member variable 'BlattMenu::mAnimZeigVon' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/blatt.cpp:347:12: warning: Member variable 'BlattMenu::mAnimZeigBis' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/blatt.cpp:347:12: warning: Member variable 'BlattMenu::mScrollGesch' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.h:70:3: warning: Member variable 'DrawDing::mHotkey' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.h:70:3: warning: Member variable 'DrawDing::mFont' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.h:70:3: warning: Member variable 'DrawDing::mRahmen' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.h:70:3: warning: Member variable 'DrawDing::mBild' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.h:70:3: warning: Member variable 'DrawDing::mBildchen' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.h:70:3: warning: Member variable 'DrawDing::mBinSubBereich' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.h:70:3: warning: Member variable 'DrawDing::mX0' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.h:70:3: warning: Member variable 'DrawDing::mX1' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.h:70:3: warning: Member variable 'DrawDing::mY0' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.h:70:3: warning: Member variable 'DrawDing::mY1' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.h:70:3: warning: Member variable 'DrawDing::mXPos' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.h:70:3: warning: Member variable 'DrawDing::mAbschneiden' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.h:304:3: warning: Member variable 'MenuEintragAI::mPfeil1X0' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.h:304:3: warning: Member variable 'MenuEintragAI::mPfeil1X1' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.h:304:3: warning: Member variable 'MenuEintragAI::mPfeil2X0' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.h:304:3: warning: Member variable 'MenuEintragAI::mPfeil2X1' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/cuyo.cpp:782:10: style: Variable 'ho' can be declared as pointer to const [constVariablePointer] cuyo-2.1.0/src/blatt.cpp:964:17: style:inconclusive: Technically the member function 'BlattMenu::calcZeigVonBis' can be const. [functionConst] cuyo-2.1.0/src/blatt.h:269:8: note: Technically the member function 'BlattMenu::calcZeigVonBis' can be const. cuyo-2.1.0/src/blatt.cpp:964:17: note: Technically the member function 'BlattMenu::calcZeigVonBis' can be const. cuyo-2.1.0/src/blatt.cpp:582:16: style:inconclusive: Technically the member function 'BlattMenu::getTastenCursorPos' can be const. [functionConst] cuyo-2.1.0/src/blatt.h:277:7: note: Technically the member function 'BlattMenu::getTastenCursorPos' can be const. cuyo-2.1.0/src/blatt.cpp:582:16: note: Technically the member function 'BlattMenu::getTastenCursorPos' can be const. cuyo-2.1.0/src/menueintrag.h:133:3: style: Class 'MenuEintrag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/menueintrag.h:196:3: style: Class 'MenuEintragEscape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/blatt.h:91:4: style: The destructor '~BlattSpiel' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blatt.h:62:12: note: Virtual destructor in base class cuyo-2.1.0/src/blatt.h:91:4: note: Destructor in derived class cuyo-2.1.0/src/blatt.h:94:16: style: The function 'keyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blatt.h:65:16: note: Virtual function in base class cuyo-2.1.0/src/blatt.h:94:16: note: Function in derived class cuyo-2.1.0/src/blatt.h:95:16: style: The function 'resizeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blatt.h:66:16: note: Virtual function in base class cuyo-2.1.0/src/blatt.h:95:16: note: Function in derived class cuyo-2.1.0/src/blatt.h:96:16: style: The function 'anzeigen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blatt.h:69:16: note: Virtual function in base class cuyo-2.1.0/src/blatt.h:96:16: note: Function in derived class cuyo-2.1.0/src/blatt.h:97:16: style: The function 'zeitSchritt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blatt.h:71:16: note: Virtual function in base class cuyo-2.1.0/src/blatt.h:97:16: note: Function in derived class cuyo-2.1.0/src/blatt.h:209:12: style: The destructor '~BlattMenu' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blatt.h:62:12: note: Virtual destructor in base class cuyo-2.1.0/src/blatt.h:209:12: note: Destructor in derived class cuyo-2.1.0/src/blatt.h:223:16: style: The function 'keyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blatt.h:65:16: note: Virtual function in base class cuyo-2.1.0/src/blatt.h:223:16: note: Function in derived class cuyo-2.1.0/src/blatt.h:224:16: style: The function 'mouseButtonEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blatt.h:67:16: note: Virtual function in base class cuyo-2.1.0/src/blatt.h:224:16: note: Function in derived class cuyo-2.1.0/src/blatt.h:225:16: style: The function 'mouseMotionEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blatt.h:68:16: note: Virtual function in base class cuyo-2.1.0/src/blatt.h:225:16: note: Function in derived class cuyo-2.1.0/src/blatt.h:226:16: style: The function 'resizeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blatt.h:66:16: note: Virtual function in base class cuyo-2.1.0/src/blatt.h:226:16: note: Function in derived class cuyo-2.1.0/src/blatt.h:227:16: style: The function 'anzeigen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blatt.h:69:16: note: Virtual function in base class cuyo-2.1.0/src/blatt.h:227:16: note: Function in derived class cuyo-2.1.0/src/blatt.h:228:16: style: The function 'zeitSchritt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blatt.h:71:16: note: Virtual function in base class cuyo-2.1.0/src/blatt.h:228:16: note: Function in derived class cuyo-2.1.0/src/blatt.h:288:16: style: The function 'oeffnen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blatt.h:222:16: note: Virtual function in base class cuyo-2.1.0/src/blatt.h:288:16: note: Function in derived class cuyo-2.1.0/src/blatt.h:291:16: style: The function 'doReturn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blatt.h:232:16: note: Virtual function in base class cuyo-2.1.0/src/blatt.h:291:16: note: Function in derived class cuyo-2.1.0/src/blatt.h:312:16: style: The function 'doEscape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/blatt.h:231:16: note: Virtual function in base class cuyo-2.1.0/src/blatt.h:312:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:190:16: style: The function 'updateDDIntern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:175:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:190:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:198:16: style: The function 'doReturn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:156:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:198:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:209:12: style: The destructor '~MenuEintragSubmenu' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:137:12: note: Virtual destructor in base class cuyo-2.1.0/src/menueintrag.h:209:12: note: Destructor in derived class cuyo-2.1.0/src/menueintrag.h:211:16: style: The function 'doReturn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:156:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:211:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:226:15: style: The function 'getInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:152:15: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:226:15: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:227:16: style: The function 'doReturn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:156:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:227:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:250:15: style: The function 'getInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:152:15: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:250:15: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:251:16: style: The function 'doHyperaktiv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:157:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:251:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:252:15: style: The function 'getMausPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:154:15: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:252:15: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:253:16: style: The function 'zeitSchritt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:151:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:253:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:254:16: style: The function 'doReturn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:211:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:254:16: note: Function in derived class cuyo-2.1.0/src/fall.cpp:622:46: style:inconclusive: Function 'getSpezConst' argument 2 names different: declaration '' definition 'wer'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.h:255:16: style: The function 'doUntermenuSchliessen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:212:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:255:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:257:16: style: The function 'updateDDIntern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:175:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:257:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:275:16: style: The function 'zeitSchritt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:151:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:275:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:276:16: style: The function 'doReturn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:156:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:276:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:278:16: style: The function 'updateDDIntern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:175:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:278:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:290:15: style: The function 'getInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:152:15: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:290:15: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:291:16: style: The function 'doHyperaktiv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:157:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:291:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:292:25: style: The function 'getZentrierLinie' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:165:25: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:292:25: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:294:16: style: The function 'updateDDIntern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:175:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:294:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:307:15: style: The function 'getMausPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:154:15: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:307:15: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:308:16: style: The function 'doHyperaktiv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:157:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:308:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:309:16: style: The function 'doReturn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:156:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:309:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:311:25: style: The function 'getZentrierLinie' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:165:25: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:311:25: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:313:16: style: The function 'updateDDIntern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:175:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:313:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:327:16: style: The function 'doReturn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:156:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:327:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:328:16: style: The function 'doHyperaktiv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:157:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:328:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:329:25: style: The function 'getZentrierLinie' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:165:25: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:329:25: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:331:16: style: The function 'updateDDIntern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:175:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:331:16: note: Function in derived class cuyo-2.1.0/src/menueintrag.h:345:16: style: The function 'updateDDIntern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cuyo-2.1.0/src/menueintrag.h:175:16: note: Virtual function in base class cuyo-2.1.0/src/menueintrag.h:345:16: note: Function in derived class cuyo-2.1.0/src/fall.cpp:525:7: style: Variable 'wandel' can be declared as const array [constVariable] cuyo-2.1.0/src/fall.cpp:547:7: style: Variable 'wandel' can be declared as const array [constVariable] cuyo-2.1.0/src/kiplayer.cpp:30:11: warning: Member variable 'KIPlayer::mZuTun' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/kiplayer.cpp:30:11: warning: Member variable 'KIPlayer::mNochWart' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/kiplayer.cpp:30:11: warning: Member variable 'KIPlayer::mNochDr' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/kiplayer.cpp:30:11: warning: Member variable 'KIPlayer::mNochDx' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/nachbariterator.h:43:3: style:inconclusive: Technically the member function 'NachbarIterator::operatorbool' can be const. [functionConst] cuyo-2.1.0/src/kiplayer.cpp:38:16: style: The member function 'KIPlayer::startLevel' can be static. [functionStatic] cuyo-2.1.0/src/kiplayer.h:38:8: note: The member function 'KIPlayer::startLevel' can be static. cuyo-2.1.0/src/kiplayer.cpp:38:16: note: The member function 'KIPlayer::startLevel' can be static. cuyo-2.1.0/src/kiplayer.cpp:106:15: style:inconclusive: Technically the member function 'KIPlayer::bewerteBlop' can be const. [functionConst] cuyo-2.1.0/src/kiplayer.h:55:7: note: Technically the member function 'KIPlayer::bewerteBlop' can be const. cuyo-2.1.0/src/kiplayer.cpp:106:15: note: Technically the member function 'KIPlayer::bewerteBlop' can be const. cuyo-2.1.0/src/blatt.cpp:381:43: style:inconclusive: Function 'neuerEintrag' argument 1 names different: declaration '' definition 'eintrag'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/blatt.h:222:29: style:inconclusive: Function 'oeffnen' argument 1 names different: declaration 'durchMaus' definition ''. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/blatt.h:288:44: style:inconclusive: Function 'oeffnen' argument 2 names different: declaration 'wahl' definition ''. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/blatt.h:291:30: style:inconclusive: Function 'doReturn' argument 1 names different: declaration 'durchMaus' definition ''. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.h:272:49: performance: Function parameter 'na' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/menueintrag.h:304:39: performance: Function parameter 'na' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/blatt.cpp:248:16: style: Variable 'spielfeld' can be declared as pointer to const [constVariablePointer] cuyo-2.1.0/src/blatt.cpp:721:11: style: Variable 'scrollbildchen' can be declared as const array [constVariable] cuyo-2.1.0/src/blatt.cpp:518:77: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] cuyo-2.1.0/src/main.cpp:196:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optarg [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/main.cpp:261:5: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/maske.cpp:38:21: warning: Struct 'RohMaske' does not have a operator= which is recommended since it has dynamic memory/resource management. [noOperatorEq] cuyo-2.1.0/src/maske.cpp:78:21: warning: Struct 'Maske' does not have a operator= which is recommended since it has dynamic memory/resource management. [noOperatorEq] cuyo-2.1.0/src/maske.cpp:38:14: error: Mismatching allocation and deallocation: RohMaske::mData [mismatchAllocDealloc] cuyo-2.1.0/src/maske.cpp:44:14: error: Mismatching allocation and deallocation: RohMaske::mData [mismatchAllocDealloc] cuyo-2.1.0/src/maske.cpp:78:14: error: Mismatching allocation and deallocation: Maske::mData [mismatchAllocDealloc] cuyo-2.1.0/src/maske.cpp:33:12: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/maske.cpp:33:28: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/maske.cpp:73:12: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/maske.cpp:73:28: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/maske.cpp:152:12: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/maske.cpp:153:5: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/maske.cpp:28:37: style:inconclusive: Function 'RohMaske' argument 1 names different: declaration '' definition 'src'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/maske.cpp:48:45: style:inconclusive: Function 'set_pixel' argument 3 names different: declaration '' definition 'pixel'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/maske.cpp:57:26: style:inconclusive: Function 'fill' argument 1 names different: declaration '' definition 'pixel'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/maske.cpp:69:28: style:inconclusive: Function 'Maske' argument 1 names different: declaration '' definition 'src'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/maske.cpp:135:15: style: Parameter 'mask' can be declared as reference to const [constParameterReference] cuyo-2.1.0/src/maske.cpp:136:34: style: Parameter 'dstr' can be declared as reference to const [constParameterReference] cuyo-2.1.0/src/nachbariterator.cpp:84:29: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary] parser.yy:552:7: error: There is an unknown macro here somewhere. Configuration is required. If PBEGIN_TRY is a macro then please configure it. [unknownMacro] cuyo-2.1.0/src/knoten.cpp:689:35: style:inconclusive: Technically the member function 'ListenKnoten::getDatum' can be const. [functionConst] cuyo-2.1.0/src/knoten.h:344:23: note: Technically the member function 'ListenKnoten::getDatum' can be const. cuyo-2.1.0/src/knoten.cpp:689:35: note: Technically the member function 'ListenKnoten::getDatum' can be const. cuyo-2.1.0/src/knoten.cpp:254:7: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/pfaditerator.cpp:130:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PKGDATADIR [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/knoten.cpp:261:15: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/knoten.cpp:264:12: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/knoten.cpp:265:18: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/knoten.cpp:364:26: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/knoten.cpp:389:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/knoten.cpp:629:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/knoten.cpp:665:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/knoten.cpp:693:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/knoten.cpp:703:10: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/knoten.cpp:598:44: style:inconclusive: Function 'getSortenAnfang' argument 1 names different: declaration '' definition 'schluessel'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/knoten.cpp:735:54: style:inconclusive: Function 'assert_datatype' argument 1 names different: declaration '' definition 'solltyp'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/knoten.cpp:366:14: style: Local variable 'i' shadows outer variable [shadowVariable] cuyo-2.1.0/src/knoten.cpp:356:39: note: Shadowed declaration cuyo-2.1.0/src/knoten.cpp:366:14: note: Shadow variable cuyo-2.1.0/src/pfaditerator.cpp:65:9: warning: Class PfadIterator is not safe, destructor throws exception [exceptThrowInDestructor] cuyo-2.1.0/src/pfaditerator.cpp:65:9: error: Unhandled exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction] cuyo-2.1.0/src/knoten.cpp:188:26: performance: Function parameter 'datna' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/knoten.cpp:640:32: performance: Function parameter 'datna' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/knoten.cpp:665:17: style: Variable 'k' can be declared as pointer to const [constVariablePointer] cuyo-2.1.0/src/knoten.cpp:623:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] cuyo-2.1.0/src/ort.cpp:178:6: warning: Member variable 'Ort::mAbsArt' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/ort.cpp:190:6: warning: Member variable 'Ort::mAbsArt' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/ort.cpp:184:6: warning: Member variable 'Ort::mAbsArt' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/ort.cpp:101:19: style:inconclusive: Technically the member function 'ort_absolut::bemalbar' can be const. [functionConst] cuyo-2.1.0/src/ort.h:70:8: note: Technically the member function 'ort_absolut::bemalbar' can be const. cuyo-2.1.0/src/ort.cpp:101:19: note: Technically the member function 'ort_absolut::bemalbar' can be const. cuyo-2.1.0/src/ort.cpp:222:11: style:inconclusive: Technically the member function 'Ort::hier' can be const. [functionConst] cuyo-2.1.0/src/ort.h:118:8: note: Technically the member function 'Ort::hier' can be const. cuyo-2.1.0/src/ort.cpp:222:11: note: Technically the member function 'Ort::hier' can be const. cuyo-2.1.0/src/ort.cpp:245:18: style:inconclusive: Technically the member function 'Ort::berechne' can be const. [functionConst] cuyo-2.1.0/src/ort.h:122:15: note: Technically the member function 'Ort::berechne' can be const. cuyo-2.1.0/src/ort.cpp:245:18: note: Technically the member function 'Ort::berechne' can be const. cuyo-2.1.0/src/ort.cpp:205:5: warning: Class 'Ort' does not have a copy constructor which is recommended since it has dynamic memory/resource management. [noCopyConstructor] cuyo-2.1.0/src/ort.cpp:205:5: warning: Class 'Ort' does not have a operator= which is recommended since it has dynamic memory/resource management. [noOperatorEq] cuyo-2.1.0/src/menueintrag.cpp:408:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Art_aktiv [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/menueintrag.cpp:412:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Art_hyper [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/menueintrag.cpp:567:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Art_aktiv [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/menueintrag.cpp:825:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDLK_ESCAPE [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/menueintrag.cpp:862:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDLK_RIGHT [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/menueintrag.cpp:940:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDLK_RIGHT [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/leveldaten.cpp:53:14: warning: Member variable 'SortenArray::mSorten' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/leveldaten.cpp:53:14: warning: Member variable 'SortenArray::mOriginale' is not initialized in the constructor. [uninitMemberVar] scanner.ll:446:3: error: There is an unknown macro here somewhere. Configuration is required. If PBEGIN_TRY is a macro then please configure it. [unknownMacro] cuyo-2.1.0/src/leveldaten.cpp:615:18: style: The member function 'LevelDaten::startLevel' can be static. [functionStatic] cuyo-2.1.0/src/leveldaten.h:199:8: note: The member function 'LevelDaten::startLevel' can be static. cuyo-2.1.0/src/leveldaten.cpp:615:18: note: The member function 'LevelDaten::startLevel' can be static. cuyo-2.1.0/src/leveldaten.cpp:625:18: style: The member function 'LevelDaten::spielSchritt' can be static. [functionStatic] cuyo-2.1.0/src/leveldaten.h:204:8: note: The member function 'LevelDaten::spielSchritt' can be static. cuyo-2.1.0/src/leveldaten.cpp:625:18: note: The member function 'LevelDaten::spielSchritt' can be static. cuyo-2.1.0/src/prefsdaten.cpp:256:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mMerkmale [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/leveldaten.cpp:797:18: style: The member function 'LevelDaten::setSchriftFarbe' can be static. [functionStatic] cuyo-2.1.0/src/leveldaten.h:235:8: note: The member function 'LevelDaten::setSchriftFarbe' can be static. cuyo-2.1.0/src/leveldaten.cpp:797:18: note: The member function 'LevelDaten::setSchriftFarbe' can be static. cuyo-2.1.0/src/leveldaten.cpp:586:5: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/leveldaten.cpp:680:5: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/leveldaten.cpp:708:39: style:inconclusive: Function 'neue_PlatzAnzahl' argument 1 names different: declaration '' definition 'PlatzAnzahl'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/leveldaten.cpp:741:41: style:inconclusive: Function 'liesDistKey' argument 1 names different: declaration '' definition 'key'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/leveldaten.cpp:279:36: performance: Function parameter 'lna' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/leveldaten.cpp:632:21: performance: Function parameter 'na' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/leveldaten.cpp:689:32: performance: Function parameter 'na' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/leveldaten.cpp:369:18: style: Variable 'daten' can be declared as pointer to const [constVariablePointer] cuyo-2.1.0/src/prefsdaten.cpp:96:5: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/prefsdaten.cpp:290:21: style:inconclusive: Function 'setPlayers' argument 1 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/prefsdaten.cpp:293:24: style:inconclusive: Function 'setLevelTrack' argument 1 names different: declaration '' definition 't'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/prefsdaten.cpp:296:24: style:inconclusive: Function 'setDifficulty' argument 1 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/prefsdaten.cpp:299:29: style:inconclusive: Function 'setLastLevel' argument 1 names different: declaration '' definition 'l'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/prefsdaten.cpp:111:49: performance: Function parameter 'intlena' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/prefsdaten.cpp:299:29: performance: Function parameter 'l' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/prefsdaten.cpp:138:10: style: Variable 'ho' can be declared as pointer to const [constVariablePointer] cuyo-2.1.0/src/prefsdaten.cpp:174:8: style: Variable 'tn' can be declared as const array [constVariable] cuyo-2.1.0/src/prefsdaten.cpp:265:8: style: Variable 'tn' can be declared as const array [constVariable] cuyo-2.1.0/src/prefsdaten.cpp:114:33: performance: Searching before insertion is not necessary. [stlFindInsert] cuyo-2.1.0/src/sound.cpp:124:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIX_MAX_VOLUME [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:114:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDL_SWSURFACE [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:176:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDL_SWSURFACE [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:197:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDL_Color [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:249:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDL_INIT_VIDEO [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:333:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDLK_ESCAPE [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:420:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDL_HWSURFACE [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:432:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDL_SWSURFACE [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:461:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDL_SRCCOLORKEY [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:599:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDL_VIDEORESIZE [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:692:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDL_Rect [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:697:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gScale [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:701:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gScale [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:708:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:718:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:734:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gShiftX [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:782:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDL_Rect [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sdltools.cpp:919:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gVirtualHeight [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/stringzeug.cpp:118:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/stringzeug.h:41:3: style: Struct 'Str' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cuyo-2.1.0/src/sound.cpp:164:5: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/stringzeug.cpp:31:30: style:inconclusive: Function 'Str' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:33:23: style:inconclusive: Function 'Str' argument 1 names different: declaration '' definition 'inhalt_'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:34:22: style:inconclusive: Function 'Str' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:38:28: style:inconclusive: Function 'operator[]' argument 1 names different: declaration '' definition 'i'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:43:30: style:inconclusive: Function 'operator[]' argument 1 names different: declaration '' definition 'i'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:51:19: style:inconclusive: Function 'left' argument 1 names different: declaration '' definition 'l'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:52:18: style:inconclusive: Function 'mid' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:52:25: style:inconclusive: Function 'mid' argument 2 names different: declaration '' definition 'l'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:53:20: style:inconclusive: Function 'right' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:55:29: style:inconclusive: Function 'operator+=' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:56:36: style:inconclusive: Function 'operator+=' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:58:36: style:inconclusive: Function 'operator==' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:62:35: style:inconclusive: Function 'operator<' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:66:36: style:inconclusive: Function 'operator!=' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:70:37: style:inconclusive: Function 'operator!=' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:78:29: style:inconclusive: Function 'operator+' argument 1 names different: declaration '' definition 's1'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:78:45: style:inconclusive: Function 'operator+' argument 2 names different: declaration '' definition 's2'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:82:29: style:inconclusive: Function 'operator+' argument 1 names different: declaration '' definition 's1'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:82:46: style:inconclusive: Function 'operator+' argument 2 names different: declaration '' definition 's2'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:87:29: style:inconclusive: Function 'operator+' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:87:37: style:inconclusive: Function 'operator+' argument 2 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:91:22: style:inconclusive: Function 'operator+' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:91:37: style:inconclusive: Function 'operator+' argument 2 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/stringzeug.cpp:115:34: style:inconclusive: Function 'print_to_stderr' argument 1 names different: declaration '' definition 'str'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/sound.cpp:148:19: performance: Function parameter 'na' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/sound.cpp:177:19: performance: Function parameter 'na' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/sound.cpp:184:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] cuyo-2.1.0/src/menueintrag.cpp:49:11: warning: Member variable 'DrawDing::mBild' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:49:11: warning: Member variable 'DrawDing::mBildchen' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:94:11: warning: Member variable 'DrawDing::mHotkey' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:94:11: warning: Member variable 'DrawDing::mFont' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:94:11: warning: Member variable 'DrawDing::mRahmen' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:111:11: warning: Member variable 'DrawDing::mHotkey' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:111:11: warning: Member variable 'DrawDing::mFont' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:111:11: warning: Member variable 'DrawDing::mRahmen' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:111:11: warning: Member variable 'DrawDing::mBildchen' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:111:11: warning: Member variable 'DrawDing::mXPos' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:203:14: warning: Member variable 'MenuEintrag::mX1' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:203:14: warning: Member variable 'MenuEintrag::mAnzDraw' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:227:14: warning: Member variable 'MenuEintrag::mX1' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:227:14: warning: Member variable 'MenuEintrag::mAnzDraw' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:432:18: warning: Member variable 'MenuEintragBild::mXOffset' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:549:25: warning: Member variable 'MenuEintragAuswahlmenu::mVorlauf' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:549:25: warning: Member variable 'MenuEintragAuswahlmenu::mPfeil1X0' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:549:25: warning: Member variable 'MenuEintragAuswahlmenu::mPfeil1X1' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:549:25: warning: Member variable 'MenuEintragAuswahlmenu::mPfeil2X0' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:549:25: warning: Member variable 'MenuEintragAuswahlmenu::mPfeil2X1' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/menueintrag.cpp:951:24: style: The member function 'MenuEintragSound::setSound' can be static. [functionStatic] cuyo-2.1.0/src/menueintrag.h:333:8: note: The member function 'MenuEintragSound::setSound' can be static. cuyo-2.1.0/src/menueintrag.cpp:951:24: note: The member function 'MenuEintragSound::setSound' can be static. cuyo-2.1.0/src/menueintrag.cpp:470:10: warning: Class 'MenuEintragSubmenu' does not have a copy constructor which is recommended since it has dynamic memory/resource management. [noCopyConstructor] cuyo-2.1.0/src/menueintrag.cpp:470:10: warning: Class 'MenuEintragSubmenu' does not have a operator= which is recommended since it has dynamic memory/resource management. [noOperatorEq] cuyo-2.1.0/src/variable.cpp:32:11: warning: Member variable 'Variable::mOrt' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/variable.cpp:49:20: warning: Class 'Variable' does not have a copy constructor which is recommended since it has dynamic memory/resource management. [noCopyConstructor] cuyo-2.1.0/src/variable.cpp:49:20: warning: Class 'Variable' does not have a operator= which is recommended since it has dynamic memory/resource management. [noOperatorEq] cuyo-2.1.0/src/ui.cpp:143:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDL_KEYDOWN [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/menueintrag.cpp:206:9: style:inconclusive: Function 'MenuEintrag' argument 4 names different: declaration '' definition 'accel'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.cpp:207:9: style:inconclusive: Function 'MenuEintrag' argument 5 names different: declaration '' definition 'hoehe'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.h:156:30: style:inconclusive: Function 'doReturn' argument 1 names different: declaration 'durchMaus' definition ''. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.h:154:37: style:inconclusive: Function 'getMausPos' argument 2 names different: declaration 'y' definition ''. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.cpp:420:39: style:inconclusive: Function 'doPapiNavigiere' argument 1 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.h:198:30: style:inconclusive: Function 'doReturn' argument 1 names different: declaration 'durchMaus' definition ''. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.cpp:462:24: style:inconclusive: Function 'MenuEintragSubmenu' argument 2 names different: declaration '' definition 'name'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.cpp:462:42: style:inconclusive: Function 'MenuEintragSubmenu' argument 3 names different: declaration '' definition 'menu'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.cpp:484:38: style:inconclusive: Function 'MenuEintragAuswahl' argument 5 names different: declaration '' definition 'arg'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.cpp:485:16: style:inconclusive: Function 'MenuEintragAuswahl' argument 6 names different: declaration '' definition 'accel'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.h:227:30: style:inconclusive: Function 'doReturn' argument 1 names different: declaration 'durchMaus' definition ''. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.cpp:556:20: style:inconclusive: Function 'MenuEintragAuswahlmenu' argument 6 names different: declaration '' definition 'doret'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.cpp:557:25: style:inconclusive: Function 'MenuEintragAuswahlmenu' argument 7 names different: declaration '' definition 'info'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.cpp:558:17: style:inconclusive: Function 'MenuEintragAuswahlmenu' argument 8 names different: declaration '' definition 'accel'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.cpp:576:62: style:inconclusive: Function 'doHyperaktiv' argument 1 names different: declaration '' definition 'key'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.cpp:576:71: style:inconclusive: Function 'doHyperaktiv' argument 2 names different: declaration '' definition 'taste'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.h:276:30: style:inconclusive: Function 'doReturn' argument 1 names different: declaration 'durchMaus' definition ''. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.h:308:48: style:inconclusive: Function 'doHyperaktiv' argument 1 names different: declaration 'taste' definition ''. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.cpp:861:58: style:inconclusive: Function 'doHyperaktiv' argument 2 names different: declaration '' definition 'taste'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.h:309:30: style:inconclusive: Function 'doReturn' argument 1 names different: declaration 'durchMaus' definition ''. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.h:327:30: style:inconclusive: Function 'doReturn' argument 1 names different: declaration 'durchMaus' definition ''. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.h:328:48: style:inconclusive: Function 'doHyperaktiv' argument 1 names different: declaration 'taste' definition ''. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.cpp:934:61: style:inconclusive: Function 'doHyperaktiv' argument 2 names different: declaration '' definition 'taste'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/menueintrag.cpp:965:58: performance: Function parameter 'na' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/menueintrag.cpp:168:14: style: Variable 'bild' can be declared as reference to const [constVariableReference] cuyo-2.1.0/src/menueintrag.cpp:188:19: style: Variable 'bi' can be declared as reference to const [constVariableReference] cuyo-2.1.0/src/menueintrag.cpp:324:17: style: Variable 'bild' can be declared as reference to const [constVariableReference] cuyo-2.1.0/src/menueintrag.cpp:138:12: style: Variable 'font' can be declared as pointer to const [constVariablePointer] cuyo-2.1.0/src/sdltools.cpp:497:15: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt] cuyo-2.1.0/src/sdltools.cpp:497:18: style: Comparing expression of type 'bool' against value 4. Condition is always false. [compareValueOutOfTypeRangeError] cuyo-2.1.0/src/sdltools.cpp:691:5: error: Common realloc mistake: 'mUpdateRects' nulled but not freed upon failure [memleakOnRealloc] cuyo-2.1.0/src/sdltools.cpp:196:12: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/sdltools.cpp:196:31: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/sdltools.cpp:444:23: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/sdltools.cpp:465:22: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/sdltools.cpp:466:22: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/sdltools.cpp:517:21: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/sdltools.cpp:518:21: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/sdltools.cpp:533:16: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/sdltools.cpp:534:16: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/sdltools.cpp:543:16: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/sdltools.cpp:544:16: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/sdltools.cpp:549:18: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/sdltools.cpp:691:20: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/sdltools.cpp:782:20: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/sdltools.cpp:471:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/sdltools.cpp:527:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/sdltools.cpp:531:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/sdltools.cpp:532:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/sdltools.cpp:541:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/sdltools.cpp:542:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/sdltools.cpp:559:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/sdltools.cpp:570:40: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/sdltools.cpp:452:49: style:inconclusive: Function 'maskedDisplayFormat' argument 1 names different: declaration '' definition 'src'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/sdltools.cpp:841:39: style:inconclusive: Function 'setBackground' argument 1 names different: declaration '' definition 'r'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/sdltools.cpp:841:56: style:inconclusive: Function 'setBackground' argument 2 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/sdltools.cpp:848:37: style:inconclusive: Function 'maskBackground' argument 1 names different: declaration '' definition 'mask'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/sdltools.cpp:848:52: style:inconclusive: Function 'maskBackground' argument 2 names different: declaration '' definition 'mr'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/sdltools.cpp:96:17: style: Variable 's' can be declared as pointer to const [constVariablePointer] cuyo-2.1.0/src/sdltools.cpp:175:17: style: Variable 's' can be declared as pointer to const [constVariablePointer] cuyo-2.1.0/src/sdltools.cpp:750:19: style: Variable 'screen' can be declared as pointer to const [constVariablePointer] cuyo-2.1.0/src/sdltools.cpp:876:33: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] cuyo-2.1.0/src/sdltools.cpp:892:33: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] cuyo-2.1.0/src/version.cpp:488:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] cuyo-2.1.0/src/sorte.cpp:174:3: performance: Variable 'mName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] cuyo-2.1.0/src/sorte.h:169:7: performance: Function 'getName()' should return member 'mName' by const reference. [returnByReference] cuyo-2.1.0/src/sorte.cpp:231:35: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] cuyo-2.1.0/src/sorte.cpp:193:3: style: The comparison 'anzahl_wv == 3' is always true. [knownConditionTrueFalse] cuyo-2.1.0/src/sorte.cpp:54:39: style: Parameter 'quelle' can be declared as pointer to const [constParameterPointer] cuyo-2.1.0/src/sorte.cpp:227:18: style: Variable 'dd' can be declared as pointer to const [constVariablePointer] cuyo-2.1.0/src/sorte.cpp:231:21: style: Variable 'basekinddef' can be declared as pointer to const [constVariablePointer] cuyo-2.1.0/src/xpmladen.cpp:442:5: style: Exception should be caught by reference. [catchExceptionByValue] cuyo-2.1.0/src/xpmladen.cpp:89:5: error: Common realloc mistake: 'gDatAnfang' nulled but not freed upon failure [memleakOnRealloc] cuyo-2.1.0/src/xpmladen.cpp:111:3: error: Common realloc mistake: 'gDatAnfang' nulled but not freed upon failure [memleakOnRealloc] cuyo-2.1.0/src/xpmladen.cpp:89:18: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/xpmladen.cpp:111:16: style: C-style pointer casting [cstyleCast] cuyo-2.1.0/src/xpmladen.cpp:315:41: style:inconclusive: Function 'ladXPM' argument 2 names different: declaration '' definition 'maske'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/xpmladen.cpp:66:23: performance: Function parameter 'na' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/xpmladen.cpp:131:20: performance: Function parameter 'na' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/xpmladen.cpp:315:26: performance: Function parameter 'na' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/version.cpp:269:12: warning: Member variable 'Dimension::mGroesse' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/version.cpp:285:16: style:inconclusive: Technically the member function 'Dimension::suchMerkmal' can be const. [functionConst] cuyo-2.1.0/src/version.h:57:7: note: Technically the member function 'Dimension::suchMerkmal' can be const. cuyo-2.1.0/src/version.cpp:285:16: note: Technically the member function 'Dimension::suchMerkmal' can be const. cuyo-2.1.0/src/version.cpp:356:14: style:inconclusive: Technically the member function 'Version::extractMerkmal' can be const. [functionConst] cuyo-2.1.0/src/version.h:94:7: note: Technically the member function 'Version::extractMerkmal' can be const. cuyo-2.1.0/src/version.cpp:356:14: note: Technically the member function 'Version::extractMerkmal' can be const. cuyo-2.1.0/src/version.cpp:382:9: style: Redundant initialization for 'ret'. The initialized value is overwritten before it is read. [redundantInitialization] cuyo-2.1.0/src/version.cpp:379:16: note: ret is initialized cuyo-2.1.0/src/version.cpp:382:9: note: ret is overwritten cuyo-2.1.0/src/version.cpp:603:14: style: The scope of the variable 'version' can be reduced. [variableScope] cuyo-2.1.0/src/version.cpp:272:26: style:inconclusive: Function 'init' argument 1 names different: declaration '' definition 'g'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/version.cpp:273:35: style:inconclusive: Function 'init' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/version.cpp:274:35: style:inconclusive: Function 'init' argument 3 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/version.cpp:275:35: style:inconclusive: Function 'init' argument 4 names different: declaration '' definition 'i'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/version.cpp:285:40: style:inconclusive: Function 'suchMerkmal' argument 1 names different: declaration '' definition 'merkmal'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/version.cpp:298:42: style:inconclusive: Function 'nochEinMerkmal' argument 1 names different: declaration '' definition 'merkmal'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/version.cpp:307:45: style:inconclusive: Function 'speziellerAls' argument 1 names different: declaration '' definition 'andere'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/version.cpp:399:63: style:inconclusive: Function 'IndexIntern' argument 1 names different: declaration '' definition 'versionen'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/version.cpp:433:33: style:inconclusive: Function 'constIndexIntern' argument 1 names different: declaration '' definition 'versionen'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/version.cpp:492:53: style:inconclusive: Function 'loescheEintrag' argument 1 names different: declaration '' definition 'i'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/version.cpp:499:45: style:inconclusive: Function 'enthaelt' argument 1 names different: declaration '' definition 'schluessel'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/version.cpp:503:45: style:inconclusive: Function 'enthaelt' argument 1 names different: declaration '' definition 'schluessel'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/version.cpp:504:49: style:inconclusive: Function 'enthaelt' argument 2 names different: declaration '' definition 'version'. [funcArgNamesDifferentUnnamed] cuyo-2.1.0/src/version.cpp:289:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mTextKlein' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mTextX0' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mTextX1' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mMessageZeit' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mZeit' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mHetzrandYPix' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mHetzrandY' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mFallIstNeu' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mRueberReihenModus' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mWillHartnaeckigReihe' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mRestRueberReihe' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mKettenreaktion' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mGrauAnz' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mGrasAnz' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mHochVerschiebung' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mUpdateBlop' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mUpdateAlles' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:153:12: warning: Member variable 'Spielfeld::mUpdateNaechstesFall' is not initialized in the constructor. [uninitMemberVar] cuyo-2.1.0/src/spielfeld.cpp:1153:17: style:inconclusive: Technically the member function 'Spielfeld::bereitZumStoppen' can be const. [functionConst] cuyo-2.1.0/src/spielfeld.h:84:8: note: Technically the member function 'Spielfeld::bereitZumStoppen' can be const. cuyo-2.1.0/src/spielfeld.cpp:1153:17: note: Technically the member function 'Spielfeld::bereitZumStoppen' can be const. cuyo-2.1.0/src/spielfeld.cpp:401:17: style: The member function 'Spielfeld::malSchrift' can be static. [functionStatic] cuyo-2.1.0/src/spielfeld.h:149:8: note: The member function 'Spielfeld::malSchrift' can be static. cuyo-2.1.0/src/spielfeld.cpp:401:17: note: The member function 'Spielfeld::malSchrift' can be static. cuyo-2.1.0/src/spielfeld.cpp:428:17: style: The member function 'Spielfeld::spiegelRect' can be static. [functionStatic] cuyo-2.1.0/src/spielfeld.h:153:8: note: The member function 'Spielfeld::spiegelRect' can be static. cuyo-2.1.0/src/spielfeld.cpp:428:17: note: The member function 'Spielfeld::spiegelRect' can be static. cuyo-2.1.0/src/spielfeld.cpp:1128:16: style:inconclusive: Technically the member function 'Spielfeld::getHoehe' can be const. [functionConst] cuyo-2.1.0/src/spielfeld.h:156:7: note: Technically the member function 'Spielfeld::getHoehe' can be const. cuyo-2.1.0/src/spielfeld.cpp:1128:16: note: Technically the member function 'Spielfeld::getHoehe' can be const. cuyo-2.1.0/src/spielfeld.cpp:156:3: warning: Class 'Spielfeld' does not have a copy constructor which is recommended since it has dynamic memory/resource management. [noCopyConstructor] cuyo-2.1.0/src/spielfeld.cpp:156:3: warning: Class 'Spielfeld' does not have a operator= which is recommended since it has dynamic memory/resource management. [noOperatorEq] cuyo-2.1.0/src/spielfeld.cpp:1163:37: style:inconclusive: Function 'setText' argument 1 names different: declaration 't' definition 't_'. [funcArgNamesDifferent] cuyo-2.1.0/src/spielfeld.h:122:28: note: Function 'setText' argument 1 names different: declaration 't' definition 't_'. cuyo-2.1.0/src/spielfeld.cpp:1163:37: note: Function 'setText' argument 1 names different: declaration 't' definition 't_'. cuyo-2.1.0/src/spielfeld.cpp:575:11: style: Local variable 'i' shadows outer variable [shadowVariable] cuyo-2.1.0/src/spielfeld.cpp:555:12: note: Shadowed declaration cuyo-2.1.0/src/spielfeld.cpp:575:11: note: Shadow variable cuyo-2.1.0/src/spielfeld.cpp:1183:32: performance: Function parameter 'mess' should be passed by const reference. [passedByValue] cuyo-2.1.0/src/spielfeld.cpp:201:19: style: Variable 'pausebild' can be declared as pointer to const [constVariablePointer] cuyo-2.1.0/src/spielfeld.cpp:415:10: style: Variable 'font' can be declared as pointer to const [constVariablePointer] cuyo-2.1.0/src/spielfeld.cpp:1173:12: style: Variable 'font' can be declared as pointer to const [constVariablePointer] diff: head cuyo-2.1.0/src/bilddatei.cpp:97:34: style:inconclusive: Function 'Bilddatei' argument 1 names different: declaration '' definition 'quelle'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/bilddatei.cpp:97:56: style:inconclusive: Function 'Bilddatei' argument 2 names different: declaration '' definition 'faerbung'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/blatt.cpp:381:43: style:inconclusive: Function 'neuerEintrag' argument 1 names different: declaration '' definition 'eintrag'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/blatt.h:222:29: style:inconclusive: Function 'oeffnen' argument 1 names different: declaration 'durchMaus' definition ''. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/blatt.h:288:44: style:inconclusive: Function 'oeffnen' argument 2 names different: declaration 'wahl' definition ''. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/blatt.h:291:30: style:inconclusive: Function 'doReturn' argument 1 names different: declaration 'durchMaus' definition ''. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/blopbesitzer.h:66:30: style:inconclusive: Function 'getFeld' argument 1 names different: declaration 'x' definition ''. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/blopbesitzer.h:66:37: style:inconclusive: Function 'getFeld' argument 2 names different: declaration 'y' definition ''. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/blopgitter.cpp:268:52: style:inconclusive: Function 'getSpezConst' argument 2 names different: declaration '' definition 'wer'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/cuyo.cpp:1231:23: style:inconclusive: Function 'setLevelpack' argument 1 names different: declaration '' definition 'i'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/cuyo.cpp:1238:23: style:inconclusive: Function 'setSchwierig' argument 1 names different: declaration '' definition 'i'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/cuyointl.cpp:169:40: style:inconclusive: Function 'convert_for_font' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/cuyointl.cpp:170:42: style:inconclusive: Function 'convert_for_stdout' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/cuyointl.cpp:170:54: style:inconclusive: Function 'convert_for_stdout' argument 2 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/cuyointl.cpp:174:48: style:inconclusive: Function 'convert_for_window_title' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/fall.cpp:622:46: style:inconclusive: Function 'getSpezConst' argument 2 names different: declaration '' definition 'wer'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/font.cpp:111:19: style:inconclusive: Function 'Font' argument 1 names different: declaration '' definition 'quelle'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/font.cpp:111:41: style:inconclusive: Function 'Font' argument 2 names different: declaration '' definition 'faerbung'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/font.cpp:52:30: style:inconclusive: Function 'FontStr' argument 1 names different: declaration '' definition 'text'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/font.cpp:58:44: style:inconclusive: Function 'operator==' argument 1 names different: declaration '' definition 'fs'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/font.cpp:65:13: style:inconclusive: Function 'Font' argument 5 names different: declaration '' definition 'varWidth'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/font.cpp:65:27: style:inconclusive: Function 'Font' argument 6 names different: declaration '' definition 'addToWidth'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/knoten.cpp:598:44: style:inconclusive: Function 'getSortenAnfang' argument 1 names different: declaration '' definition 'schluessel'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/knoten.cpp:735:54: style:inconclusive: Function 'assert_datatype' argument 1 names different: declaration '' definition 'solltyp'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/leveldaten.cpp:708:39: style:inconclusive: Function 'neue_PlatzAnzahl' argument 1 names different: declaration '' definition 'PlatzAnzahl'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/leveldaten.cpp:741:41: style:inconclusive: Function 'liesDistKey' argument 1 names different: declaration '' definition 'key'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/maske.cpp:28:37: style:inconclusive: Function 'RohMaske' argument 1 names different: declaration '' definition 'src'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/maske.cpp:48:45: style:inconclusive: Function 'set_pixel' argument 3 names different: declaration '' definition 'pixel'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/maske.cpp:57:26: style:inconclusive: Function 'fill' argument 1 names different: declaration '' definition 'pixel'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/maske.cpp:69:28: style:inconclusive: Function 'Maske' argument 1 names different: declaration '' definition 'src'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.cpp:206:9: style:inconclusive: Function 'MenuEintrag' argument 4 names different: declaration '' definition 'accel'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.cpp:207:9: style:inconclusive: Function 'MenuEintrag' argument 5 names different: declaration '' definition 'hoehe'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.cpp:420:39: style:inconclusive: Function 'doPapiNavigiere' argument 1 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.cpp:462:24: style:inconclusive: Function 'MenuEintragSubmenu' argument 2 names different: declaration '' definition 'name'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.cpp:462:42: style:inconclusive: Function 'MenuEintragSubmenu' argument 3 names different: declaration '' definition 'menu'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.cpp:484:38: style:inconclusive: Function 'MenuEintragAuswahl' argument 5 names different: declaration '' definition 'arg'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.cpp:485:16: style:inconclusive: Function 'MenuEintragAuswahl' argument 6 names different: declaration '' definition 'accel'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.cpp:556:20: style:inconclusive: Function 'MenuEintragAuswahlmenu' argument 6 names different: declaration '' definition 'doret'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.cpp:557:25: style:inconclusive: Function 'MenuEintragAuswahlmenu' argument 7 names different: declaration '' definition 'info'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.cpp:558:17: style:inconclusive: Function 'MenuEintragAuswahlmenu' argument 8 names different: declaration '' definition 'accel'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.cpp:576:62: style:inconclusive: Function 'doHyperaktiv' argument 1 names different: declaration '' definition 'key'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.cpp:576:71: style:inconclusive: Function 'doHyperaktiv' argument 2 names different: declaration '' definition 'taste'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.cpp:861:58: style:inconclusive: Function 'doHyperaktiv' argument 2 names different: declaration '' definition 'taste'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.cpp:934:61: style:inconclusive: Function 'doHyperaktiv' argument 2 names different: declaration '' definition 'taste'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.h:154:37: style:inconclusive: Function 'getMausPos' argument 2 names different: declaration 'y' definition ''. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.h:156:30: style:inconclusive: Function 'doReturn' argument 1 names different: declaration 'durchMaus' definition ''. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.h:198:30: style:inconclusive: Function 'doReturn' argument 1 names different: declaration 'durchMaus' definition ''. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.h:227:30: style:inconclusive: Function 'doReturn' argument 1 names different: declaration 'durchMaus' definition ''. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.h:276:30: style:inconclusive: Function 'doReturn' argument 1 names different: declaration 'durchMaus' definition ''. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.h:308:48: style:inconclusive: Function 'doHyperaktiv' argument 1 names different: declaration 'taste' definition ''. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.h:309:30: style:inconclusive: Function 'doReturn' argument 1 names different: declaration 'durchMaus' definition ''. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.h:327:30: style:inconclusive: Function 'doReturn' argument 1 names different: declaration 'durchMaus' definition ''. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/menueintrag.h:328:48: style:inconclusive: Function 'doHyperaktiv' argument 1 names different: declaration 'taste' definition ''. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/prefsdaten.cpp:290:21: style:inconclusive: Function 'setPlayers' argument 1 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/prefsdaten.cpp:293:24: style:inconclusive: Function 'setLevelTrack' argument 1 names different: declaration '' definition 't'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/prefsdaten.cpp:296:24: style:inconclusive: Function 'setDifficulty' argument 1 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/prefsdaten.cpp:299:29: style:inconclusive: Function 'setLastLevel' argument 1 names different: declaration '' definition 'l'. [funcArgNamesDifferentUnnamed] 2.20.0 cuyo-2.1.0/src/prefsdaten.h:55:51: performance: Function parameter 'intlena' should be passed by const reference. [passedByValue] head cuyo-2.1.0/src/sdltools.cpp:175:17: style: Variable 's' can be declared as pointer to const [constVariablePointer] head cuyo-2.1.0/src/sdltools.cpp:452:49: style:inconclusive: Function 'maskedDisplayFormat' argument 1 names different: declaration '' definition 'src'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/sdltools.cpp:841:39: style:inconclusive: Function 'setBackground' argument 1 names different: declaration '' definition 'r'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/sdltools.cpp:841:56: style:inconclusive: Function 'setBackground' argument 2 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/sdltools.cpp:848:37: style:inconclusive: Function 'maskBackground' argument 1 names different: declaration '' definition 'mask'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/sdltools.cpp:848:52: style:inconclusive: Function 'maskBackground' argument 2 names different: declaration '' definition 'mr'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:115:34: style:inconclusive: Function 'print_to_stderr' argument 1 names different: declaration '' definition 'str'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:31:30: style:inconclusive: Function 'Str' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:33:23: style:inconclusive: Function 'Str' argument 1 names different: declaration '' definition 'inhalt_'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:34:22: style:inconclusive: Function 'Str' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:38:28: style:inconclusive: Function 'operator[]' argument 1 names different: declaration '' definition 'i'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:43:30: style:inconclusive: Function 'operator[]' argument 1 names different: declaration '' definition 'i'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:51:19: style:inconclusive: Function 'left' argument 1 names different: declaration '' definition 'l'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:52:18: style:inconclusive: Function 'mid' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:52:25: style:inconclusive: Function 'mid' argument 2 names different: declaration '' definition 'l'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:53:20: style:inconclusive: Function 'right' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:55:29: style:inconclusive: Function 'operator+=' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:56:36: style:inconclusive: Function 'operator+=' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:58:36: style:inconclusive: Function 'operator==' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:62:35: style:inconclusive: Function 'operator<' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:66:36: style:inconclusive: Function 'operator!=' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:70:37: style:inconclusive: Function 'operator!=' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:78:29: style:inconclusive: Function 'operator+' argument 1 names different: declaration '' definition 's1'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:78:45: style:inconclusive: Function 'operator+' argument 2 names different: declaration '' definition 's2'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:82:29: style:inconclusive: Function 'operator+' argument 1 names different: declaration '' definition 's1'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:82:46: style:inconclusive: Function 'operator+' argument 2 names different: declaration '' definition 's2'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:87:29: style:inconclusive: Function 'operator+' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:87:37: style:inconclusive: Function 'operator+' argument 2 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:91:22: style:inconclusive: Function 'operator+' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/stringzeug.cpp:91:37: style:inconclusive: Function 'operator+' argument 2 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/version.cpp:272:26: style:inconclusive: Function 'init' argument 1 names different: declaration '' definition 'g'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/version.cpp:273:35: style:inconclusive: Function 'init' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/version.cpp:274:35: style:inconclusive: Function 'init' argument 3 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/version.cpp:275:35: style:inconclusive: Function 'init' argument 4 names different: declaration '' definition 'i'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/version.cpp:285:40: style:inconclusive: Function 'suchMerkmal' argument 1 names different: declaration '' definition 'merkmal'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/version.cpp:298:42: style:inconclusive: Function 'nochEinMerkmal' argument 1 names different: declaration '' definition 'merkmal'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/version.cpp:307:45: style:inconclusive: Function 'speziellerAls' argument 1 names different: declaration '' definition 'andere'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/version.cpp:399:63: style:inconclusive: Function 'IndexIntern' argument 1 names different: declaration '' definition 'versionen'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/version.cpp:433:33: style:inconclusive: Function 'constIndexIntern' argument 1 names different: declaration '' definition 'versionen'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/version.cpp:492:53: style:inconclusive: Function 'loescheEintrag' argument 1 names different: declaration '' definition 'i'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/version.cpp:499:45: style:inconclusive: Function 'enthaelt' argument 1 names different: declaration '' definition 'schluessel'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/version.cpp:503:45: style:inconclusive: Function 'enthaelt' argument 1 names different: declaration '' definition 'schluessel'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/version.cpp:504:49: style:inconclusive: Function 'enthaelt' argument 2 names different: declaration '' definition 'version'. [funcArgNamesDifferentUnnamed] head cuyo-2.1.0/src/xpmladen.cpp:315:41: style:inconclusive: Function 'ladXPM' argument 2 names different: declaration '' definition 'maske'. [funcArgNamesDifferentUnnamed] DONE