2026-05-23 18:43 ftp://ftp.de.debian.org/debian/pool/main/p/pvrg-jpeg/pvrg-jpeg_1.2.1+dfsg1.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --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 -j1 platform: Linux-6.8.0-117-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.70 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04.1) 14.2.0 cppcheck: head 2.20.0 head-info: bc04c0d (2026-05-22 08:18:49 +0200) count: 283 162 elapsed-time: 2.9 3.1 head-timing-info: old-timing-info: head results: pvrg-jpeg-1.2.1/chendct.c:98:11: style:inconclusive: Function 'ChenDct' argument 1 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/chendct.c:99:11: style:inconclusive: Function 'ChenDct' argument 2 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/chendct.c:218:11: style:inconclusive: Function 'ChenIDct' argument 1 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/chendct.c:219:11: style:inconclusive: Function 'ChenIDct' argument 2 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/codec.c:113:11: style:inconclusive: Function 'FrequencyAC' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/codec.c:170:11: style:inconclusive: Function 'EncodeAC' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/codec.c:237:11: style:inconclusive: Function 'DecodeAC' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/codec.c:321:10: style:inconclusive: Function 'FrequencyDC' argument 1 names different: declaration '' definition 'coef'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/codec.c:352:10: style:inconclusive: Function 'EncodeDC' argument 1 names different: declaration '' definition 'coef'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/codec.c:434:11: style:inconclusive: Function 'AddFrequency' argument 1 names different: declaration '' definition 'ptr1'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/codec.c:435:11: style:inconclusive: Function 'AddFrequency' argument 2 names different: declaration '' definition 'ptr2'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/codec.c:458:10: style:inconclusive: Function 'InstallFrequency' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/codec.c:475:10: style:inconclusive: Function 'InstallPrediction' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/codec.c:490:10: style:inconclusive: Function 'PrintACEhuff' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/codec.c:522:10: style:inconclusive: Function 'SizeACEhuff' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/codec.c:546:10: style:inconclusive: Function 'PrintDCEhuff' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/codec.c:579:10: style:inconclusive: Function 'SizeDCEhuff' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/codec.c:604:10: style:inconclusive: Function 'LosslessFrequencyDC' argument 1 names different: declaration '' definition 'coef'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/codec.c:631:10: style:inconclusive: Function 'LosslessEncodeDC' argument 1 names different: declaration '' definition 'coef'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/codec.c:113:11: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] pvrg-jpeg-1.2.1/codec.c:494:10: style: Variable 'eh' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/codec.c:495:8: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/codec.c:526:10: style: Variable 'eh' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/codec.c:527:8: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/codec.c:550:10: style: Variable 'eh' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/codec.c:551:8: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/codec.c:583:10: style: Variable 'eh' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/codec.c:584:8: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/huffman.c:295:22: style: Array index 'p' is used before limits check. [arrayIndexThenCheck] pvrg-jpeg-1.2.1/huffman.c:545:7: error: printf format string requires 2 parameters but only 0 are given. [wrongPrintfScanfArgNum] pvrg-jpeg-1.2.1/huffman.c:739:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'huffman_standard_structure *'. [invalidPrintfArgType_uint] pvrg-jpeg-1.2.1/huffman.c:757:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'huffman_encoder *'. [invalidPrintfArgType_uint] pvrg-jpeg-1.2.1/huffman.c:765:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'huffman_decoder *'. [invalidPrintfArgType_uint] pvrg-jpeg-1.2.1/huffman.c:371:11: style:inconclusive: Function 'MakeHuffman' argument 1 names different: declaration '' definition 'freq'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/huffman.c:396:11: style:inconclusive: Function 'SpecifiedHuffman' argument 1 names different: declaration '' definition 'bts'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/huffman.c:397:11: style:inconclusive: Function 'SpecifiedHuffman' argument 2 names different: declaration '' definition 'hvls'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/huffman.c:559:10: style:inconclusive: Function 'EncodeHuffman' argument 1 names different: declaration '' definition 'value'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/huffman.c:656:10: style:inconclusive: Function 'UseACHuffman' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/huffman.c:678:10: style:inconclusive: Function 'UseDCHuffman' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/huffman.c:700:10: style:inconclusive: Function 'SetACHuffman' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/huffman.c:717:10: style:inconclusive: Function 'SetDCHuffman' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/huffman.c:815:11: style:inconclusive: Function 'PrintTable' argument 1 names different: declaration '' definition 'table'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/huffman.c:113:8: style: Variable 'cfip' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/huffman.c:175:8: style: Variable 'csptr' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/huffman.c:371:11: style: Parameter 'freq' can be declared as pointer to const [constParameterPointer] pvrg-jpeg-1.2.1/huffman.c:396:11: style: Parameter 'bts' can be declared as pointer to const [constParameterPointer] pvrg-jpeg-1.2.1/huffman.c:397:11: style: Parameter 'hvls' can be declared as pointer to const [constParameterPointer] pvrg-jpeg-1.2.1/huffman.c:481:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/huffman.c:512:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/huffman.c:561:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/huffman.c:600:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/huffman.c:619:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/huffman.c:638:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/huffman.c:658:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/huffman.c:680:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/huffman.c:815:11: style: Parameter 'table' can be declared as pointer to const [constParameterPointer] pvrg-jpeg-1.2.1/io.c:766:21: style: Condition 'size>tsize' is always true [knownConditionTrueFalse] pvrg-jpeg-1.2.1/io.c:755:12: note: Assuming that condition 'size!=tsize' is not redundant pvrg-jpeg-1.2.1/io.c:766:21: note: Condition 'size>tsize' is always true pvrg-jpeg-1.2.1/io.c:255:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'io_buffer_list *'. [invalidPrintfArgType_uint] pvrg-jpeg-1.2.1/io.c:260:7: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'io_buffer *'. [invalidPrintfArgType_uint] pvrg-jpeg-1.2.1/io.c:625:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'io_buffer_list *'. [invalidPrintfArgType_uint] pvrg-jpeg-1.2.1/io.c:718:5: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'io_buffer_list *'. [invalidPrintfArgType_uint] pvrg-jpeg-1.2.1/io.c:1112:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'io_buffer_list *'. [invalidPrintfArgType_uint] pvrg-jpeg-1.2.1/io.c:105:10: style:inconclusive: Function 'MakeXBuffer' argument 1 names different: declaration '' definition 'nelem'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:106:10: style:inconclusive: Function 'MakeXBuffer' argument 2 names different: declaration '' definition 'wsize'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:163:10: style:inconclusive: Function 'MakeIob' argument 1 names different: declaration '' definition 'type'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:164:10: style:inconclusive: Function 'MakeIob' argument 2 names different: declaration '' definition 'flags'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:165:10: style:inconclusive: Function 'MakeIob' argument 3 names different: declaration '' definition 'wsize'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:278:10: style:inconclusive: Function 'WriteXBuffer' argument 1 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:279:11: style:inconclusive: Function 'WriteXBuffer' argument 2 names different: declaration '' definition 'storage'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:280:14: style:inconclusive: Function 'WriteXBuffer' argument 3 names different: declaration '' definition 'buffer'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:353:10: style:inconclusive: Function 'ReadXBuffer' argument 1 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:354:11: style:inconclusive: Function 'ReadXBuffer' argument 2 names different: declaration '' definition 'storage'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:355:14: style:inconclusive: Function 'ReadXBuffer' argument 3 names different: declaration '' definition 'buffer'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:438:10: style:inconclusive: Function 'ReadResizeBuffer' argument 1 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:439:14: style:inconclusive: Function 'ReadResizeBuffer' argument 2 names different: declaration '' definition 'buffer'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:489:14: style:inconclusive: Function 'FlushBuffer' argument 1 names different: declaration '' definition 'buffer'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:520:11: style:inconclusive: Function 'ReadBlock' argument 1 names different: declaration '' definition 'store'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:571:11: style:inconclusive: Function 'WriteBlock' argument 1 names different: declaration '' definition 'store'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:802:10: style:inconclusive: Function 'ReadXBound' argument 1 names different: declaration '' definition 'nelem'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:803:11: style:inconclusive: Function 'ReadXBound' argument 2 names different: declaration '' definition 'cstore'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:804:14: style:inconclusive: Function 'ReadXBound' argument 3 names different: declaration '' definition 'buffer'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:840:10: style:inconclusive: Function 'WriteXBound' argument 1 names different: declaration '' definition 'nelem'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:841:11: style:inconclusive: Function 'WriteXBound' argument 2 names different: declaration '' definition 'cstore'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:842:14: style:inconclusive: Function 'WriteXBound' argument 3 names different: declaration '' definition 'buffer'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:864:10: style:inconclusive: Function 'InstallIob' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:956:10: style:inconclusive: Function 'ReadLine' argument 1 names different: declaration '' definition 'nelem'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:957:11: style:inconclusive: Function 'ReadLine' argument 2 names different: declaration '' definition 'store'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:993:10: style:inconclusive: Function 'ReadPreambleLine' argument 1 names different: declaration '' definition 'nelem'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:994:11: style:inconclusive: Function 'ReadPreambleLine' argument 2 names different: declaration '' definition 'store'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:1044:10: style:inconclusive: Function 'WriteLine' argument 1 names different: declaration '' definition 'nelem'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:1045:11: style:inconclusive: Function 'WriteLine' argument 2 names different: declaration '' definition 'store'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/io.c:108:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/io.c:167:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/io.c:282:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/io.c:357:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/io.c:441:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/io.c:491:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/io.c:619:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/io.c:657:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/io.c:714:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/io.c:749:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/io.c:751:15: style: Variable 'Terminator' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/io.c:866:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/io.c:887:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/io.c:889:15: style: Variable 'Terminator' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/io.c:1083:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/io.c:1106:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/io.c:641:34: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] pvrg-jpeg-1.2.1/io.c:642:33: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] pvrg-jpeg-1.2.1/io.c:671:30: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] pvrg-jpeg-1.2.1/io.c:690:34: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] pvrg-jpeg-1.2.1/io.c:1135:34: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] pvrg-jpeg-1.2.1/io.c:1136:33: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] pvrg-jpeg-1.2.1/io.c:498:15: style: Variable 'retval' is assigned a value that is never used. [unreadVariable] pvrg-jpeg-1.2.1/jpeg.c:386:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] pvrg-jpeg-1.2.1/jpeg.c:1728:40: style: Condition 'CImage->StreamFileName' is always true [knownConditionTrueFalse] pvrg-jpeg-1.2.1/jpeg.c:2107:5: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] pvrg-jpeg-1.2.1/jpeg.c:1723:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'Image_Definition *'. [invalidPrintfArgType_uint] pvrg-jpeg-1.2.1/jpeg.c:1773:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'Frame_Definition *'. [invalidPrintfArgType_uint] pvrg-jpeg-1.2.1/jpeg.c:1780:7: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'Image_Definition *'. [invalidPrintfArgType_uint] pvrg-jpeg-1.2.1/jpeg.c:1811:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'Scan_Definition *'. [invalidPrintfArgType_uint] pvrg-jpeg-1.2.1/jpeg.c:1822:4: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'io_buffer_list *'. [invalidPrintfArgType_uint] pvrg-jpeg-1.2.1/jpeg.c:1773:53: warning: Either the condition 'CFrame' is redundant or there is possible null pointer dereference: CFrame. [nullPointerRedundantCheck] pvrg-jpeg-1.2.1/jpeg.c:1774:7: note: Assuming that condition 'CFrame' is not redundant pvrg-jpeg-1.2.1/jpeg.c:1773:53: note: Null pointer dereference pvrg-jpeg-1.2.1/jpeg.c:125:10: style:inconclusive: Function 'main' argument 1 names different: declaration '' definition 'argc'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/jpeg.c:126:13: style:inconclusive: Function 'main' argument 2 names different: declaration '' definition 'argv'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/jpeg.c:592:10: style:inconclusive: Function 'JpegCustomScan' argument 1 names different: declaration '' definition 'flags'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/jpeg.c:128:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/jpeg.c:467:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/jpeg.c:594:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/jpeg.c:719:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/jpeg.c:826:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/jpeg.c:831:8: style: Variable 'input' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/jpeg.c:1042:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/jpeg.c:1047:8: style: Variable 'input' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/jpeg.c:1283:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/jpeg.c:1355:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/jpeg.c:1604:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/jpeg.c:1842:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/jpeg.c:1870:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/jpeg.c:1910:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/jpeg.c:1945:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/jpeg.c:2014:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/jpeg.c:2080:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/jpeg.c:2119:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/leedct.c:121:11: style:inconclusive: Function 'LeeIDct' argument 1 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/leedct.c:122:11: style:inconclusive: Function 'LeeIDct' argument 2 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/leedct.c:338:11: style:inconclusive: Function 'LeeDct' argument 1 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/leedct.c:339:11: style:inconclusive: Function 'LeeDct' argument 2 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/leedct.c:128:17: style: Variable 'iptr' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/lexer.c:188:1: portability: Omitted return type of function 'yylex' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] pvrg-jpeg-1.2.1/lexer.c:1819:1: portability: Omitted return type of function 'yylook' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] pvrg-jpeg-1.2.1/lexer.c:1965:1: portability: Omitted return type of function 'yyback' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] pvrg-jpeg-1.2.1/lexer.c:1977:1: portability: Omitted return type of function 'yyinput' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] pvrg-jpeg-1.2.1/lexer.c:1980:1: portability: Omitted return type of function 'yyoutput' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] pvrg-jpeg-1.2.1/lexer.c:1984:1: portability: Omitted return type of function 'yyunput' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] pvrg-jpeg-1.2.1/lexer.c:948:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] pvrg-jpeg-1.2.1/lexer.c:1853:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] pvrg-jpeg-1.2.1/lexer.c:1978:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] pvrg-jpeg-1.2.1/lexer.c:1699:8: portability: Undefined behaviour, pointer arithmetic 'yycrank-1' is out of bounds. [pointerOutOfBounds] pvrg-jpeg-1.2.1/lexer.c:1700:8: portability: Undefined behaviour, pointer arithmetic 'yycrank-61' is out of bounds. [pointerOutOfBounds] pvrg-jpeg-1.2.1/lexer.c:1701:8: portability: Undefined behaviour, pointer arithmetic 'yycrank-127' is out of bounds. [pointerOutOfBounds] pvrg-jpeg-1.2.1/lexer.c:1702:8: portability: Undefined behaviour, pointer arithmetic 'yycrank-22' is out of bounds. [pointerOutOfBounds] pvrg-jpeg-1.2.1/lexer.c:1706:8: portability: Undefined behaviour, pointer arithmetic 'yycrank-146' is out of bounds. [pointerOutOfBounds] pvrg-jpeg-1.2.1/lexer.c:1708:8: portability: Undefined behaviour, pointer arithmetic 'yycrank-157' is out of bounds. [pointerOutOfBounds] pvrg-jpeg-1.2.1/lexer.c:1726:8: portability: Undefined behaviour, pointer arithmetic 'yycrank-12' is out of bounds. [pointerOutOfBounds] pvrg-jpeg-1.2.1/lexer.c:230:1: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] pvrg-jpeg-1.2.1/lexer.c:238:1: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] pvrg-jpeg-1.2.1/lexer.c:246:1: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] pvrg-jpeg-1.2.1/lexer.c:254:1: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] pvrg-jpeg-1.2.1/lexer.c:262:1: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] pvrg-jpeg-1.2.1/lexer.c:310:1: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] pvrg-jpeg-1.2.1/lexer.c:317:1: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] pvrg-jpeg-1.2.1/lexer.c:324:1: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] pvrg-jpeg-1.2.1/lexer.c:338:1: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] pvrg-jpeg-1.2.1/lexer.c:191:1: style: Label 'yyfussy' is not used. [unusedLabel] pvrg-jpeg-1.2.1/lexer.c:405:12: style:inconclusive: Function 'hashpjw' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/lexer.c:432:10: style:inconclusive: Function 'MakeLink' argument 1 names different: declaration '' definition 'tokentype'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/lexer.c:433:12: style:inconclusive: Function 'MakeLink' argument 2 names different: declaration '' definition 'str'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/lexer.c:434:10: style:inconclusive: Function 'MakeLink' argument 3 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/lexer.c:469:10: style:inconclusive: Function 'enter' argument 1 names different: declaration '' definition 'tokentype'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/lexer.c:470:12: style:inconclusive: Function 'enter' argument 2 names different: declaration '' definition 'str'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/lexer.c:471:10: style:inconclusive: Function 'enter' argument 3 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/lexer.c:189:22: style: Local variable 'yyprevious' shadows outer variable [shadowVariable] pvrg-jpeg-1.2.1/lexer.c:1818:5: note: Shadowed variable pvrg-jpeg-1.2.1/lexer.c:189:22: note: Shadow local variable pvrg-jpeg-1.2.1/lexer.c:408:9: style: Variable 'p' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/lexer.c:433:12: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] pvrg-jpeg-1.2.1/lexer.c:436:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/lexer.c:538:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/lexer.c:660:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/lexer.c:1822:16: style: Variable 'yyz' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/lexer.c:1966:7: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] pvrg-jpeg-1.2.1/lexer.c:519:12: style: Variable 'type' is assigned a value that is never used. [unreadVariable] pvrg-jpeg-1.2.1/marker.c:201:1: portability: Omitted return type of function 'WriteDnl' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] pvrg-jpeg-1.2.1/marker.c:660:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] pvrg-jpeg-1.2.1/marker.c:575:4: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] pvrg-jpeg-1.2.1/marker.c:577:4: note: Found duplicate branches for 'if' and 'else'. pvrg-jpeg-1.2.1/marker.c:575:4: note: Found duplicate branches for 'if' and 'else'. pvrg-jpeg-1.2.1/marker.c:358:10: style:inconclusive: Function 'ReadSof' argument 1 names different: declaration '' definition 'Type'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/marker.c:111:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/marker.c:145:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/marker.c:221:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/marker.c:274:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/marker.c:310:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/marker.c:360:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/marker.c:407:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/marker.c:496:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/marker.c:541:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/marker.c:620:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/marker.c:728:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/stream.c:815:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] pvrg-jpeg-1.2.1/stream.c:881:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] pvrg-jpeg-1.2.1/stream.c:205:10: style:inconclusive: Function 'popstream' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/stream.c:262:10: style:inconclusive: Function 'bpushc' argument 1 names different: declaration '' definition 'value'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/stream.c:292:10: style:inconclusive: Function 'bputc' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/stream.c:348:12: style:inconclusive: Function 'mropen' argument 1 names different: declaration '' definition 'filename'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/stream.c:349:10: style:inconclusive: Function 'mropen' argument 2 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/stream.c:407:12: style:inconclusive: Function 'mwopen' argument 1 names different: declaration '' definition 'filename'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/stream.c:408:10: style:inconclusive: Function 'mwopen' argument 2 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/stream.c:505:11: style:inconclusive: Function 'mwseek' argument 1 names different: declaration '' definition 'distance'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/stream.c:538:11: style:inconclusive: Function 'mrseek' argument 1 names different: declaration '' definition 'distance'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/stream.c:577:10: style:inconclusive: Function 'meputv' argument 1 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/stream.c:578:10: style:inconclusive: Function 'meputv' argument 2 names different: declaration '' definition 'b'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/stream.c:629:10: style:inconclusive: Function 'megetv' argument 1 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/stream.c:207:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/stream.c:306:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/stream.c:348:12: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] pvrg-jpeg-1.2.1/stream.c:351:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/stream.c:407:12: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] pvrg-jpeg-1.2.1/stream.c:410:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/stream.c:671:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/stream.c:809:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/stream.c:865:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/stream.c:937:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/transform.c:108:11: style:inconclusive: Function 'ReferenceDct' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:109:11: style:inconclusive: Function 'ReferenceDct' argument 2 names different: declaration '' definition 'newmatrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:149:14: style:inconclusive: Function 'DoubleReferenceDct1D' argument 1 names different: declaration '' definition 'ivect'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:150:14: style:inconclusive: Function 'DoubleReferenceDct1D' argument 2 names different: declaration '' definition 'ovect'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:173:11: style:inconclusive: Function 'ReferenceIDct' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:174:11: style:inconclusive: Function 'ReferenceIDct' argument 2 names different: declaration '' definition 'newmatrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:213:14: style:inconclusive: Function 'DoubleReferenceIDct1D' argument 1 names different: declaration '' definition 'ivect'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:214:14: style:inconclusive: Function 'DoubleReferenceIDct1D' argument 2 names different: declaration '' definition 'ovect'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:236:11: style:inconclusive: Function 'TransposeMatrix' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:237:11: style:inconclusive: Function 'TransposeMatrix' argument 2 names different: declaration '' definition 'newmatrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:256:14: style:inconclusive: Function 'DoubleTransposeMatrix' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:257:14: style:inconclusive: Function 'DoubleTransposeMatrix' argument 2 names different: declaration '' definition 'newmatrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:275:11: style:inconclusive: Function 'Quantize' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:276:11: style:inconclusive: Function 'Quantize' argument 2 names different: declaration '' definition 'qmatrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:310:11: style:inconclusive: Function 'IQuantize' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:311:11: style:inconclusive: Function 'IQuantize' argument 2 names different: declaration '' definition 'qmatrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:338:11: style:inconclusive: Function 'PreshiftDctMatrix' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:339:10: style:inconclusive: Function 'PreshiftDctMatrix' argument 2 names different: declaration '' definition 'shift'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:355:11: style:inconclusive: Function 'PostshiftIDctMatrix' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:356:10: style:inconclusive: Function 'PostshiftIDctMatrix' argument 2 names different: declaration '' definition 'shift'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:372:11: style:inconclusive: Function 'BoundDctMatrix' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:373:10: style:inconclusive: Function 'BoundDctMatrix' argument 2 names different: declaration '' definition 'Bound'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:395:11: style:inconclusive: Function 'BoundIDctMatrix' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:396:10: style:inconclusive: Function 'BoundIDctMatrix' argument 2 names different: declaration '' definition 'Bound'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:416:11: style:inconclusive: Function 'IZigzagMatrix' argument 1 names different: declaration '' definition 'imatrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:417:11: style:inconclusive: Function 'IZigzagMatrix' argument 2 names different: declaration '' definition 'omatrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:437:11: style:inconclusive: Function 'ZigzagMatrix' argument 1 names different: declaration '' definition 'imatrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:438:11: style:inconclusive: Function 'ZigzagMatrix' argument 2 names different: declaration '' definition 'omatrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:458:10: style:inconclusive: Function 'ScaleMatrix' argument 1 names different: declaration '' definition 'Numerator'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:459:10: style:inconclusive: Function 'ScaleMatrix' argument 2 names different: declaration '' definition 'Denominator'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:460:10: style:inconclusive: Function 'ScaleMatrix' argument 3 names different: declaration '' definition 'LongFlag'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:461:11: style:inconclusive: Function 'ScaleMatrix' argument 4 names different: declaration '' definition 'Matrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:492:11: style:inconclusive: Function 'PrintMatrix' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:516:11: style:inconclusive: Function 'ClearMatrix' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] pvrg-jpeg-1.2.1/transform.c:153:11: style: Variable 'mptr' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/transform.c:153:17: style: Variable 'iptr' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/transform.c:217:11: style: Variable 'mptr' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/transform.c:217:17: style: Variable 'iptr' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/transform.c:236:11: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] pvrg-jpeg-1.2.1/transform.c:240:8: style: Variable 'tptr' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/transform.c:256:14: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] pvrg-jpeg-1.2.1/transform.c:260:8: style: Variable 'tptr' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/transform.c:276:11: style: Parameter 'qmatrix' can be declared as pointer to const [constParameterPointer] pvrg-jpeg-1.2.1/transform.c:278:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/transform.c:311:11: style: Parameter 'qmatrix' can be declared as pointer to const [constParameterPointer] pvrg-jpeg-1.2.1/transform.c:313:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/transform.c:416:11: style: Parameter 'imatrix' can be declared as pointer to const [constParameterPointer] pvrg-jpeg-1.2.1/transform.c:420:8: style: Variable 'tptr' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/transform.c:437:11: style: Parameter 'imatrix' can be declared as pointer to const [constParameterPointer] pvrg-jpeg-1.2.1/transform.c:441:8: style: Variable 'tptr' can be declared as pointer to const [constVariablePointer] pvrg-jpeg-1.2.1/transform.c:461:11: style: Parameter 'Matrix' can be declared as pointer to const [constParameterPointer] pvrg-jpeg-1.2.1/transform.c:463:3: style: Variable 'RoutineName' can be declared as const array [constVariable] pvrg-jpeg-1.2.1/transform.c:492:11: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] diff: head pvrg-jpeg-1.2.1/chendct.c:218:11: style:inconclusive: Function 'ChenIDct' argument 1 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/chendct.c:219:11: style:inconclusive: Function 'ChenIDct' argument 2 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/chendct.c:98:11: style:inconclusive: Function 'ChenDct' argument 1 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/chendct.c:99:11: style:inconclusive: Function 'ChenDct' argument 2 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/codec.c:113:11: style:inconclusive: Function 'FrequencyAC' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/codec.c:170:11: style:inconclusive: Function 'EncodeAC' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/codec.c:237:11: style:inconclusive: Function 'DecodeAC' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/codec.c:321:10: style:inconclusive: Function 'FrequencyDC' argument 1 names different: declaration '' definition 'coef'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/codec.c:352:10: style:inconclusive: Function 'EncodeDC' argument 1 names different: declaration '' definition 'coef'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/codec.c:434:11: style:inconclusive: Function 'AddFrequency' argument 1 names different: declaration '' definition 'ptr1'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/codec.c:435:11: style:inconclusive: Function 'AddFrequency' argument 2 names different: declaration '' definition 'ptr2'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/codec.c:458:10: style:inconclusive: Function 'InstallFrequency' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/codec.c:475:10: style:inconclusive: Function 'InstallPrediction' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/codec.c:490:10: style:inconclusive: Function 'PrintACEhuff' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/codec.c:522:10: style:inconclusive: Function 'SizeACEhuff' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/codec.c:526:10: style: Variable 'eh' can be declared as pointer to const [constVariablePointer] head pvrg-jpeg-1.2.1/codec.c:546:10: style:inconclusive: Function 'PrintDCEhuff' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/codec.c:579:10: style:inconclusive: Function 'SizeDCEhuff' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/codec.c:583:10: style: Variable 'eh' can be declared as pointer to const [constVariablePointer] head pvrg-jpeg-1.2.1/codec.c:604:10: style:inconclusive: Function 'LosslessFrequencyDC' argument 1 names different: declaration '' definition 'coef'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/codec.c:631:10: style:inconclusive: Function 'LosslessEncodeDC' argument 1 names different: declaration '' definition 'coef'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/huffman.c:371:11: style:inconclusive: Function 'MakeHuffman' argument 1 names different: declaration '' definition 'freq'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/huffman.c:396:11: style:inconclusive: Function 'SpecifiedHuffman' argument 1 names different: declaration '' definition 'bts'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/huffman.c:397:11: style:inconclusive: Function 'SpecifiedHuffman' argument 2 names different: declaration '' definition 'hvls'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/huffman.c:559:10: style:inconclusive: Function 'EncodeHuffman' argument 1 names different: declaration '' definition 'value'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/huffman.c:656:10: style:inconclusive: Function 'UseACHuffman' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/huffman.c:678:10: style:inconclusive: Function 'UseDCHuffman' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/huffman.c:700:10: style:inconclusive: Function 'SetACHuffman' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/huffman.c:717:10: style:inconclusive: Function 'SetDCHuffman' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/huffman.c:815:11: style:inconclusive: Function 'PrintTable' argument 1 names different: declaration '' definition 'table'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:1044:10: style:inconclusive: Function 'WriteLine' argument 1 names different: declaration '' definition 'nelem'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:1045:11: style:inconclusive: Function 'WriteLine' argument 2 names different: declaration '' definition 'store'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:105:10: style:inconclusive: Function 'MakeXBuffer' argument 1 names different: declaration '' definition 'nelem'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:106:10: style:inconclusive: Function 'MakeXBuffer' argument 2 names different: declaration '' definition 'wsize'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:163:10: style:inconclusive: Function 'MakeIob' argument 1 names different: declaration '' definition 'type'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:164:10: style:inconclusive: Function 'MakeIob' argument 2 names different: declaration '' definition 'flags'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:165:10: style:inconclusive: Function 'MakeIob' argument 3 names different: declaration '' definition 'wsize'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:278:10: style:inconclusive: Function 'WriteXBuffer' argument 1 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:279:11: style:inconclusive: Function 'WriteXBuffer' argument 2 names different: declaration '' definition 'storage'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:280:14: style:inconclusive: Function 'WriteXBuffer' argument 3 names different: declaration '' definition 'buffer'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:353:10: style:inconclusive: Function 'ReadXBuffer' argument 1 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:354:11: style:inconclusive: Function 'ReadXBuffer' argument 2 names different: declaration '' definition 'storage'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:355:14: style:inconclusive: Function 'ReadXBuffer' argument 3 names different: declaration '' definition 'buffer'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:438:10: style:inconclusive: Function 'ReadResizeBuffer' argument 1 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:439:14: style:inconclusive: Function 'ReadResizeBuffer' argument 2 names different: declaration '' definition 'buffer'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:489:14: style:inconclusive: Function 'FlushBuffer' argument 1 names different: declaration '' definition 'buffer'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:520:11: style:inconclusive: Function 'ReadBlock' argument 1 names different: declaration '' definition 'store'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:571:11: style:inconclusive: Function 'WriteBlock' argument 1 names different: declaration '' definition 'store'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:802:10: style:inconclusive: Function 'ReadXBound' argument 1 names different: declaration '' definition 'nelem'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:803:11: style:inconclusive: Function 'ReadXBound' argument 2 names different: declaration '' definition 'cstore'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:804:14: style:inconclusive: Function 'ReadXBound' argument 3 names different: declaration '' definition 'buffer'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:840:10: style:inconclusive: Function 'WriteXBound' argument 1 names different: declaration '' definition 'nelem'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:841:11: style:inconclusive: Function 'WriteXBound' argument 2 names different: declaration '' definition 'cstore'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:842:14: style:inconclusive: Function 'WriteXBound' argument 3 names different: declaration '' definition 'buffer'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:864:10: style:inconclusive: Function 'InstallIob' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:956:10: style:inconclusive: Function 'ReadLine' argument 1 names different: declaration '' definition 'nelem'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:957:11: style:inconclusive: Function 'ReadLine' argument 2 names different: declaration '' definition 'store'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:993:10: style:inconclusive: Function 'ReadPreambleLine' argument 1 names different: declaration '' definition 'nelem'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/io.c:994:11: style:inconclusive: Function 'ReadPreambleLine' argument 2 names different: declaration '' definition 'store'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/jpeg.c:125:10: style:inconclusive: Function 'main' argument 1 names different: declaration '' definition 'argc'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/jpeg.c:126:13: style:inconclusive: Function 'main' argument 2 names different: declaration '' definition 'argv'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/jpeg.c:592:10: style:inconclusive: Function 'JpegCustomScan' argument 1 names different: declaration '' definition 'flags'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/leedct.c:121:11: style:inconclusive: Function 'LeeIDct' argument 1 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/leedct.c:122:11: style:inconclusive: Function 'LeeIDct' argument 2 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/leedct.c:338:11: style:inconclusive: Function 'LeeDct' argument 1 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/leedct.c:339:11: style:inconclusive: Function 'LeeDct' argument 2 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] 2.20.0 pvrg-jpeg-1.2.1/lexer.c:189:22: style: Local variable 'yyprevious' shadows outer variable [shadowVariable] pvrg-jpeg-1.2.1/lexer.c:1818:5: note: Shadowed declaration pvrg-jpeg-1.2.1/lexer.c:189:22: note: Shadow variable head pvrg-jpeg-1.2.1/lexer.c:189:22: style: Local variable 'yyprevious' shadows outer variable [shadowVariable] pvrg-jpeg-1.2.1/lexer.c:1818:5: note: Shadowed variable pvrg-jpeg-1.2.1/lexer.c:189:22: note: Shadow local variable head pvrg-jpeg-1.2.1/lexer.c:405:12: style:inconclusive: Function 'hashpjw' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/lexer.c:432:10: style:inconclusive: Function 'MakeLink' argument 1 names different: declaration '' definition 'tokentype'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/lexer.c:433:12: style:inconclusive: Function 'MakeLink' argument 2 names different: declaration '' definition 'str'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/lexer.c:434:10: style:inconclusive: Function 'MakeLink' argument 3 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/lexer.c:469:10: style:inconclusive: Function 'enter' argument 1 names different: declaration '' definition 'tokentype'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/lexer.c:470:12: style:inconclusive: Function 'enter' argument 2 names different: declaration '' definition 'str'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/lexer.c:471:10: style:inconclusive: Function 'enter' argument 3 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/marker.c:358:10: style:inconclusive: Function 'ReadSof' argument 1 names different: declaration '' definition 'Type'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/marker.c:620:3: style: Variable 'RoutineName' can be declared as const array [constVariable] head pvrg-jpeg-1.2.1/stream.c:205:10: style:inconclusive: Function 'popstream' argument 1 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/stream.c:262:10: style:inconclusive: Function 'bpushc' argument 1 names different: declaration '' definition 'value'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/stream.c:292:10: style:inconclusive: Function 'bputc' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/stream.c:348:12: style:inconclusive: Function 'mropen' argument 1 names different: declaration '' definition 'filename'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/stream.c:349:10: style:inconclusive: Function 'mropen' argument 2 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/stream.c:407:12: style:inconclusive: Function 'mwopen' argument 1 names different: declaration '' definition 'filename'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/stream.c:408:10: style:inconclusive: Function 'mwopen' argument 2 names different: declaration '' definition 'index'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/stream.c:505:11: style:inconclusive: Function 'mwseek' argument 1 names different: declaration '' definition 'distance'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/stream.c:538:11: style:inconclusive: Function 'mrseek' argument 1 names different: declaration '' definition 'distance'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/stream.c:577:10: style:inconclusive: Function 'meputv' argument 1 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/stream.c:578:10: style:inconclusive: Function 'meputv' argument 2 names different: declaration '' definition 'b'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/stream.c:629:10: style:inconclusive: Function 'megetv' argument 1 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:108:11: style:inconclusive: Function 'ReferenceDct' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:109:11: style:inconclusive: Function 'ReferenceDct' argument 2 names different: declaration '' definition 'newmatrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:149:14: style:inconclusive: Function 'DoubleReferenceDct1D' argument 1 names different: declaration '' definition 'ivect'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:150:14: style:inconclusive: Function 'DoubleReferenceDct1D' argument 2 names different: declaration '' definition 'ovect'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:173:11: style:inconclusive: Function 'ReferenceIDct' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:174:11: style:inconclusive: Function 'ReferenceIDct' argument 2 names different: declaration '' definition 'newmatrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:213:14: style:inconclusive: Function 'DoubleReferenceIDct1D' argument 1 names different: declaration '' definition 'ivect'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:214:14: style:inconclusive: Function 'DoubleReferenceIDct1D' argument 2 names different: declaration '' definition 'ovect'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:236:11: style:inconclusive: Function 'TransposeMatrix' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:237:11: style:inconclusive: Function 'TransposeMatrix' argument 2 names different: declaration '' definition 'newmatrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:256:14: style:inconclusive: Function 'DoubleTransposeMatrix' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:257:14: style:inconclusive: Function 'DoubleTransposeMatrix' argument 2 names different: declaration '' definition 'newmatrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:275:11: style:inconclusive: Function 'Quantize' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:276:11: style:inconclusive: Function 'Quantize' argument 2 names different: declaration '' definition 'qmatrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:310:11: style:inconclusive: Function 'IQuantize' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:311:11: style:inconclusive: Function 'IQuantize' argument 2 names different: declaration '' definition 'qmatrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:338:11: style:inconclusive: Function 'PreshiftDctMatrix' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:339:10: style:inconclusive: Function 'PreshiftDctMatrix' argument 2 names different: declaration '' definition 'shift'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:355:11: style:inconclusive: Function 'PostshiftIDctMatrix' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:356:10: style:inconclusive: Function 'PostshiftIDctMatrix' argument 2 names different: declaration '' definition 'shift'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:372:11: style:inconclusive: Function 'BoundDctMatrix' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:373:10: style:inconclusive: Function 'BoundDctMatrix' argument 2 names different: declaration '' definition 'Bound'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:395:11: style:inconclusive: Function 'BoundIDctMatrix' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:396:10: style:inconclusive: Function 'BoundIDctMatrix' argument 2 names different: declaration '' definition 'Bound'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:416:11: style:inconclusive: Function 'IZigzagMatrix' argument 1 names different: declaration '' definition 'imatrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:417:11: style:inconclusive: Function 'IZigzagMatrix' argument 2 names different: declaration '' definition 'omatrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:437:11: style:inconclusive: Function 'ZigzagMatrix' argument 1 names different: declaration '' definition 'imatrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:438:11: style:inconclusive: Function 'ZigzagMatrix' argument 2 names different: declaration '' definition 'omatrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:458:10: style:inconclusive: Function 'ScaleMatrix' argument 1 names different: declaration '' definition 'Numerator'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:459:10: style:inconclusive: Function 'ScaleMatrix' argument 2 names different: declaration '' definition 'Denominator'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:460:10: style:inconclusive: Function 'ScaleMatrix' argument 3 names different: declaration '' definition 'LongFlag'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:461:11: style:inconclusive: Function 'ScaleMatrix' argument 4 names different: declaration '' definition 'Matrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:492:11: style:inconclusive: Function 'PrintMatrix' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] head pvrg-jpeg-1.2.1/transform.c:516:11: style:inconclusive: Function 'ClearMatrix' argument 1 names different: declaration '' definition 'matrix'. [funcArgNamesDifferentUnnamed] DONE