Cppcheck Results

Summary

SeverityCountDelta
Error16-21
Warning66+32
Style553+94
Performance2+2
Portability3+3
Information12+11
No category0
Total652+121

Details

Show issues highlighted on a single page

StateFileLineSeverityTypeInconclusiveMessage
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/image/jpeg.c290erroruninitvarfalseUninitialized variable: bitmap
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c5213errorsyntaxErrorfalseInvalid number of character '(' when no macros are defined.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c5213errorsyntaxErrorfalseInvalid number of character '(' when these macros are defined: 'WITH_AMISSL'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/menu.c355erroruninitvarfalseUninitialized variable: md
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/gui.cpp430errorpreprocessorErrorDirectivefalseFailed to parse #define
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/plotters.cpp653erroruninitvarfalseUninitialized variable: pretiled
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/plotters.cpp655erroruninitvarfalseUninitialized variable: pretiled
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/buffer.c128errorshiftTooManyBitsfalseShifting 32-bit value by 32 bits is undefined behaviour
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/buffer.c128errorintegerOverflowfalseSigned integer overflow for expression '1<<(1<<bpp)'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/buffer.c128errorintegerOverflowfalseSigned integer overflow for expression '(1<<(1<<bpp))<<3'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/gui/url_bar.c1526errorbufferAccessOutOfBoundsfalseBuffer is accessed out of bounds: sprite
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/filename.c93errorshiftTooManyBitsSignedfalseShifting signed 32-bit value by 31 bits is undefined behaviour
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/messages.c208errornullPointerfalseNull pointer dereference: buff
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1191errorva_list_usedBeforeStartedfalseva_list 'ap2' used before va_start() was called.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1192errorva_list_usedBeforeStartedfalseva_list 'ap2' used before va_start() was called.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1193errorva_list_usedBeforeStartedfalseva_list 'ap2' used before va_start() was called.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/fetchers/about/chart.c143warninginvalidPrintfArgType_sintfalse%d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/fetchers/file/dirlist.c299warningterminateStrncpytrueThe buffer 'size_string' may not be null-terminated after the call to strncpy().
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/fs_backing_store.c1340warninginvalidPrintfArgType_uintfalse%u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/fs_backing_store.c402warningliteralWithCharPtrComparefalseString literal compared with variable 'NULL'. Did you intend to use strcmp() instead?
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/box_inspect.c740warninginvalidPrintfArgType_sintfalse%li in format string (no. 1) requires 'long' but the argument type is 'unsigned long'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/interaction.c1696warningnullPointerRedundantCheckfalseEither the condition 'html!=NULL' is redundant or there is possible null pointer dereference: html.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/interaction.c1751warningnullPointerRedundantCheckfalseEither the condition 'html!=NULL' is redundant or there is possible null pointer dereference: html.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/urldb.c409warninginvalidPrintfArgType_sintfalse%d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/urldb.c419warninginvalidPrintfArgType_sintfalse%i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/urldb.c564warninginvalidPrintfArgType_sintfalse%i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/treeview.c4915warningnullPointerRedundantCheckfalseEither the condition 'tree!=NULL' is redundant or there is possible null pointer dereference: tree.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/treeview.c4915warningnullPointerRedundantCheckfalseEither the condition 'tree!=NULL' is redundant or there is possible null pointer dereference: tree.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/treeview.c4915warningnullPointerRedundantCheckfalseEither the condition 'tree!=NULL' is redundant or there is possible null pointer dereference: tree.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/treeview.c3923warningredundantAssignInSwitchfalseVariable 'redraw' is reassigned a value before the old one has been used. 'break;' missing?
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/bitmap.c356warninginvalidPrintfArgType_sintfalse%ld in format string (no. 1) requires 'long' but the argument type is 'signed int'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/bitmap.c356warninginvalidPrintfArgType_sintfalse%ld in format string (no. 2) requires 'long' but the argument type is 'signed int'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/bitmap.c356warninginvalidPrintfArgType_uintfalse%lx in format string (no. 4) requires 'unsigned long' but the argument type is 'BitMap *'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/bitmap.c356warninginvalidPrintfArgType_sintfalse%ld in format string (no. 5) requires 'long' but the argument type is 'signed int'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/bitmap.c356warninginvalidPrintfArgType_sintfalse%ld in format string (no. 6) requires 'long' but the argument type is 'signed int'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/file.c259warningnullPointerRedundantCheckfalseEither the condition 'if(initial_fname)' is redundant or there is possible null pointer dereference: initial_fname.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/file.c259warningnullPointerRedundantCheckfalseEither the condition 'if(initial_fname)' is redundant or there is possible null pointer dereference: initial_fname.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c3891warninguselessAssignmentPtrArgfalseAssignment of function parameter has no effect outside the function. Did you forget dereferencing it?
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.c296warningnullPointerArithmeticRedundantCheckfalseEither the condition 'p==NULL' is redundant or there is pointer arithmetic with NULL pointer.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.c401warningnullPointerArithmeticRedundantCheckfalseEither the condition 'p==NULL' is redundant or there is pointer arithmetic with NULL pointer.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.c622warningnullPointerArithmeticRedundantCheckfalseEither the condition 'input==NULL' is redundant or there is pointer arithmetic with NULL pointer.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.c776warningnullPointerArithmeticRedundantCheckfalseEither the condition 'input==NULL' is redundant or there is pointer arithmetic with NULL pointer.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/menu.c127warninguselessAssignmentPtrArgfalseAssignment of function parameter has no effect outside the function. Did you forget dereferencing it?
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/object.c104warninguselessAssignmentPtrArgfalseAssignment of function parameter has no effect outside the function. Did you forget dereferencing it?
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/download.c434warninginvalidPrintfArgType_uintfalse%u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/download.c226warningnullPointerfalsePossible null pointer dereference: ret
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/msgbox.c53warningstrncatUsagefalseDangerous usage of strncat - 3rd parameter is the maximum number of characters to append.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/msgbox.c54warningstrncatUsagefalseDangerous usage of strncat - 3rd parameter is the maximum number of characters to append.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/msgbox.c90warningstrncatUsagefalseDangerous usage of strncat - 3rd parameter is the maximum number of characters to append.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/msgbox.c93warningstrncatUsagefalseDangerous usage of strncat - 3rd parameter is the maximum number of characters to append.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/msgbox.c94warningstrncatUsagefalseDangerous usage of strncat - 3rd parameter is the maximum number of characters to append.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/msgbox.c95warningstrncatUsagefalseDangerous usage of strncat - 3rd parameter is the maximum number of characters to append.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/msgbox.c97warningstrncatUsagefalseDangerous usage of strncat - 3rd parameter is the maximum number of characters to append.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/msgbox.c99warningstrncatUsagefalseDangerous usage of strncat - 3rd parameter is the maximum number of characters to append.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gui.c1130warningignoredReturnValuefalseReturn value of function freopen() is not used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gui.c1131warningignoredReturnValuefalseReturn value of function freopen() is not used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/plot/plot.c993warningselfAssignmentfalseRedundant assignment of 'bg_clip' to itself.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/login.cpp71warningfuncArgOrderDifferentfalseFunction 'create_login_window' argument order different: declaration 'host, realm, fetchurl, cb, cbpw' definition 'url, host, realm, cb, cbpw'
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/dialog.c254warningterminateStrncpytrueThe buffer 'name' may not be null-terminated after the call to strncpy().
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/gui.c557warningnullPointerRedundantCheckfalseEither the condition 'if(uri_title&&line[0]&&((line[0]!='*')||line[1]))' is redundant or there is possible null pointer dereference: uri_title.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/gui/progress_bar.c203warningnullPointerRedundantCheckfalseEither the condition '!icon' is redundant or there is possible null pointer dereference: icon.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/gui/status_bar.c395warningselfAssignmentfalseRedundant assignment of 'state.visible.x0' to itself.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/window.c1085warningnullPointerRedundantCheckfalseEither the condition 'g==NULL' is redundant or there is possible null pointer dereference: g.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/window.c1085warningnullPointerRedundantCheckfalseEither the condition 'g==NULL' is redundant or there is possible null pointer dereference: g.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/download.c107warninginvalidPrintfArgType_sintfalse%d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/main.c151warningignoredReturnValuefalseReturn value of function freopen() is not used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/plot.c251warningnullPointerRedundantCheckfalseEither the condition 'isscaled&&bitmap' is redundant or there is possible null pointer dereference: bitmap.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/plot.c251warningnullPointerRedundantCheckfalseEither the condition 'isscaled&&bitmap' is redundant or there is possible null pointer dereference: bitmap.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/window.c1614warninguselessAssignmentPtrArgfalseAssignment of function parameter has no effect outside the function. Did you forget dereferencing it?
new//var/lib/jenkins/workspace/cppcheck-netsurf/test/bloom.c62warninginvalidscanffalsefscanf() without field width limits can crash with huge input data.
new//var/lib/jenkins/workspace/cppcheck-netsurf/test/bloom.c143warninginvalidscanffalsefscanf() without field width limits can crash with huge input data.
new//var/lib/jenkins/workspace/cppcheck-netsurf/test/bloom.c182warninginvalidscanffalsefscanf() without field width limits can crash with huge input data.
new//var/lib/jenkins/workspace/cppcheck-netsurf/test/bloom.c187warninginvalidscanffalsefscanf() without field width limits can crash with huge input data.
new//var/lib/jenkins/workspace/cppcheck-netsurf/test/hashtable.c108warninginvalidscanffalsefscanf() without field width limits can crash with huge input data.
new//var/lib/jenkins/workspace/cppcheck-netsurf/test/hashtable.c109warninginvalidscanffalsefscanf() without field width limits can crash with huge input data.
new//var/lib/jenkins/workspace/cppcheck-netsurf/test/hashtable.c243warninginvalidscanffalsefscanf() without field width limits can crash with huge input data.
new//var/lib/jenkins/workspace/cppcheck-netsurf/test/hashtable.c244warninginvalidscanffalsefscanf() without field width limits can crash with huge input data.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/filename.c96warningshiftTooManyBitsSignedfalseShifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 96.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/filename.c132warningshiftTooManyBitsSignedfalseShifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 132.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/filename.c165warningshiftTooManyBitsSignedfalseShifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 165.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/filename.c326warningshiftTooManyBitsSignedfalseShifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 326.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/filename.c323warningshiftTooManyBitsSignedfalseShifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 323.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/fetchers/curl.c222styleunusedStructMemberfalsestruct member 'cert_info::err' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/css/select.c74stylefuncArgNamesDifferenttrueFunction 'node_count_siblings' argument 2 names different: declaration 'node' definition 'n'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/css/select.c77stylefuncArgNamesDifferenttrueFunction 'node_is_link' argument 2 names different: declaration 'node' definition 'n'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/css/select.c35styleshadowFunctionfalseLocal variable node_name shadows outer function
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/css/select.c35styleshadowFunctionfalseLocal variable node_name shadows outer function
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/css/select.c35styleshadowFunctionfalseLocal variable node_name shadows outer function
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/layout.c5184styleredundantConditionfalseRedundant condition: box->style. '!A || (A && B)' is equivalent to '!A || B'
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/table.c727styleshadowVarfalseLocal variable row shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/table.c703styleunreadVariablefalseVariable 'a_src' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/table.c912styleunreadVariablefalseVariable 'auto_columns' is modified but its new value is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/textselection.c208styleshadowVarfalseLocal variable next shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/textselection.c405styleshadowVarfalseLocal variable next shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/text/textplain.c1070styleshadowVarfalseLocal variable res shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/text/textplain.c1166styleshadowVarfalseLocal variable start_idx shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/text/textplain.c1166styleshadowVarfalseLocal variable end_idx shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/text/textplain.c1466styleshadowVarfalseLocal variable text shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/llcache.c1575styleredundantAssignmentfalseVariable 'line' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/llcache.c1609styleredundantAssignmentfalseVariable 'line' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/llcache.c1621styleredundantAssignmentfalseVariable 'line' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/llcache.c1632styleredundantAssignmentfalseVariable 'line' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/llcache.c1643styleredundantAssignmentfalseVariable 'line' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/textsearch.c438styleunreadVariablefalseVariable 'type' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/urldb.c2948styleredundantConditionfalseRedundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/urldb.c2951styleredundantConditionfalseRedundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/urldb.c4382styleredundantConditionfalseRedundant condition: If 'EXPR == '\t'', the comparison 'EXPR' is always true.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/urldb.c370styleshadowVarfalseLocal variable seglen shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/browser_history.c623styleredundantAssignmentfalseVariable 'history->current' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/browser_window.c907styleredundantAssignmentfalseVariable 'res' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/browser_window.c2406styleknownConditionTrueFalsefalseThe expression 'handled_scroll == false' is always true because 'handled_scroll' and 'false' represent the same value.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/browser_window.c1229styleshadowVarfalseLocal variable err shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/cookie_manager.c863styleredundantAssignmentfalseVariable 'err' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/global_history.c696styleknownConditionTrueFalsefalseCondition 'existing==NULL' is always true
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/global_history.c808styleredundantAssignmentfalseVariable 'err' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/hotlist.c600styleknownConditionTrueFalsefalseCondition 'existing==NULL' is always true
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/local_history.c517styleshadowVarfalseLocal variable ent shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/mouse.c33styleclarifyCalculationfalseClarify calculation precedence for '&' and '?'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/print.c48styleshadowVarfalseLocal variable printed_content shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/save_pdf.c442styleknownConditionTrueFalsefalseCondition 'content' is always false
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/save_pdf.c441styleknownConditionTrueFalsefalseCondition '!image' is always true
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/save_pdf.c74stylefuncArgNamesDifferenttrueFunction 'pdf_plot_rectangle' argument 5 names different: declaration 'style' definition 'pstyle'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/save_text.c140styleredundantConditionfalseRedundant condition: box->parent&&box->parent->list_marker==box. '!A || (A && B)' is equivalent to '!A || B'
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c2815stylearrayIndexThenCheckfalseArray index 'caret' is used before limits check.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c2817stylearrayIndexThenCheckfalseArray index 'caret' is used before limits check.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c2828stylearrayIndexThenCheckfalseArray index 'caret' is used before limits check.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c2854stylearrayIndexThenCheckfalseArray index 'caret_copy' is used before limits check.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c2471styleclarifyCalculationfalseClarify calculation precedence for '&' and '?'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/treeview.c3965stylemultiConditionfalseExpression is always false because 'else if' condition matches previous condition at line 3945.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/bitmap.c94styleunusedStructMemberfalsestruct member 'vertex::x' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/bitmap.c94styleunusedStructMemberfalsestruct member 'vertex::y' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/bitmap.c95styleunusedStructMemberfalsestruct member 'vertex::s' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/bitmap.c95styleunusedStructMemberfalsestruct member 'vertex::t' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/bitmap.c95styleunusedStructMemberfalsestruct member 'vertex::w' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/cookies.c111styleunreadVariablefalseVariable 'res' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/dt_anim.c200styleunreadVariablefalseVariable 'bm_buffer' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/file.c151styleshadowVarfalseLocal variable fh shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/font_bullet.c146stylefuncArgNamesDifferenttrueFunction 'ami_font_unicode_width' argument 4 names different: declaration 'x' definition 'dx'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/font_bullet.c146stylefuncArgNamesDifferenttrueFunction 'ami_font_unicode_width' argument 5 names different: declaration 'y' definition 'dy'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/font_bullet.c556styleunusedVariablefalseUnused variable: template_type
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/font_bullet.c559styleunreadVariablefalseVariable 'BulletBase' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/font_bullet.c666styleunreadVariablefalseVariable 'BulletBase' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/font_scan.c222styleunreadVariablefalseVariable 'unicoderanges' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c2607styleredundantConditionfalseRedundant condition: node->Type==AMINS_GUIOPTSWINDOW. 'A || (!A && B)' is equivalent to 'A || B'
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c6611styleredundantAssignmentfalseVariable 'ret' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c6639styleredundantAssignmentfalseVariable 'ret' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c373stylefuncArgNamesDifferenttrueFunction 'ami_do_redraw' argument 1 names different: declaration 'g' definition 'gwin'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c326styleshadowVarfalseLocal variable scrn shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c2642styleshadowVarfalseLocal variable url shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c2642styleshadowVarfalseLocal variable url shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c724styleunreadVariablefalseVariable 'acceptlangs2' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c1202styleunassignedVariablefalseVariable 'filename' is not assigned a value.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c2278styleunreadVariablefalseVariable 'attrs' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c4041styleunusedVariablefalseUnused variable: LABEL_DisposeImage
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c4041styleunusedVariablefalseUnused variable: TRUE
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c4042styleunusedVariablefalseUnused variable: LABEL_Image
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/gui.c6658styleunreadVariablefalseVariable 'ret' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.h119stylefuncArgNamesDifferenttrueFunction 'XXH32' argument 2 names different: declaration 'length' definition 'len'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.h120stylefuncArgNamesDifferenttrueFunction 'XXH64' argument 2 names different: declaration 'length' definition 'len'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.h161stylefuncArgNamesDifferenttrueFunction 'XXH32_reset' argument 1 names different: declaration 'statePtr' definition 'state_in'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.h165stylefuncArgNamesDifferenttrueFunction 'XXH64_reset' argument 1 names different: declaration 'statePtr' definition 'state_in'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.h162stylefuncArgNamesDifferenttrueFunction 'XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state_in'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.h162stylefuncArgNamesDifferenttrueFunction 'XXH32_update' argument 3 names different: declaration 'length' definition 'len'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.h163stylefuncArgNamesDifferenttrueFunction 'XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.h166stylefuncArgNamesDifferenttrueFunction 'XXH64_update' argument 1 names different: declaration 'statePtr' definition 'state_in'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.h166stylefuncArgNamesDifferenttrueFunction 'XXH64_update' argument 3 names different: declaration 'length' definition 'len'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.h167stylefuncArgNamesDifferenttrueFunction 'XXH64_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/history.c120styleunreadVariablefalseVariable 'res' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/history_local.c307styleunreadVariablefalseVariable 'res' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hotlist.c538styleunreadVariablefalseVariable 'res' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/icon.c524styleunusedVariablefalseUnused variable: bitmap
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/icon.c525styleunusedVariablefalseUnused variable: icondata
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/menu.c297styleunreadVariablefalseVariable 'left_posn' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/menu.c304styleunreadVariablefalseVariable 'space_width' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/menu.c301styleshadowVarfalseLocal variable scrn shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/menu.c341styleunusedVariablefalseUnused variable: IA_Scalable
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/menu.c342styleunusedVariablefalseUnused variable: BITMAP_Screen
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/menu.c342styleunusedVariablefalseUnused variable: scrn
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/menu.c343styleunusedVariablefalseUnused variable: BITMAP_SourceFile
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/os3support.c147styleredundantAssignmentfalseVariable 'r' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/plotters.c452styleunreadVariablefalseVariable 'scrn' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/plotters.c505styleunreadVariablefalseVariable 'tag' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/plotters.c542styleunreadVariablefalseVariable 'scrn' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/plotters.c572styleunreadVariablefalseVariable 'tag' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/plugin_hack.c261styleunusedVariablefalseUnused variable: in
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/plugin_hack.c261styleunusedVariablefalseUnused variable: out
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/stringview/stringview.c178styleunreadVariablefalseVariable 'srcpos' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/stringview/stringview.c763styleunreadVariablefalseVariable 'data' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/theme.c290styleunusedVariablefalseUnused variable: dobj
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/theme.c291styleunreadVariablefalseVariable 'format' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/utf8.c55styleunreadVariablefalseVariable 'local_tag' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/cookies.c40stylefuncArgNamesDifferenttrueFunction 'atari_cookie_manager_init_phase2' argument 2 names different: declaration 'default_callbacks' definition 'cb_t'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/aestabs.h48stylefuncArgNamesDifferenttrueFunction 'tablist_add' argument 2 names different: declaration 'tab' definition 'obj_tab'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/aestabs.h49stylefuncArgNamesDifferenttrueFunction 'tablist_add' argument 4 names different: declaration 'page' definition 'obj_page'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/aestabs.h50stylefuncArgNamesDifferenttrueFunction 'tablist_activate' argument 3 names different: declaration 'option' definition 'options'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/gemtk.h97stylefuncArgNamesDifferenttrueFunction 'gemtk_dd_message' argument 7 names different: declaration 'pipename' definition 'pipeid'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/guiwin.c368styleredundantAssignmentfalseVariable 'retval' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/guiwin.c431styleredundantAssignmentfalseVariable 'retval' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/gemtk.h205stylefuncArgNamesDifferenttrueFunction 'gemtk_wm_add' argument 3 names different: declaration 'handler' definition 'cb'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/gemtk.h254stylefuncArgNamesDifferenttrueFunction 'gemtk_wm_scroll' argument 1 names different: declaration 'gw' definition 'win'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/gemtk.h256stylefuncArgNamesDifferenttrueFunction 'gemtk_wm_send_msg' argument 2 names different: declaration 'msgtype' definition 'msg_type'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/gemtk.h270stylefuncArgNamesDifferenttrueFunction 'gemtk_wm_toolbar_redraw' argument 1 names different: declaration 'win' definition 'gw'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/redrawslots.c112styleunusedLabelfalseLabel 'done' is not used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gui.c1157styleredundantAssignmentfalseVariable 'ret' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/hotlist.c51stylefuncArgNamesDifferenttrueFunction 'atari_hotlist_init_phase2' argument 2 names different: declaration 'default_callbacks' definition 'cb_t'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/plot/font_freetype.c326styleredundantAssignmentfalseVariable 'error' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/plot/font_freetype.c123stylefuncArgNamesDifferenttrueFunction 'str_width' argument 3 names different: declaration 'str' definition 'string'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/plot/font_internal.c195styleshadowVarfalseLocal variable c shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/search.c187styleuselessAssignmentArgfalseAssignment of function parameter has no effect outside the function.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/settings.c132styleuselessAssignmentArgfalseAssignment of function parameter has no effect outside the function.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/settings.c63styleshadowVarfalseLocal variable locales shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/statusbar.c144styleunreadVariablefalseVariable 'prevstate' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/toolbar.c759styleshadowVarfalseLocal variable gw shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/treeview.c229styleknownConditionTrueFalsefalseCondition 'ev_out->emo_mclicks==2' is always false
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/bitmap.cpp404styleunreadVariablefalseVariable 'depth' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/cookies.cpp262stylecstyleCastfalseC-style pointer casting
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/cookies.cpp275stylecstyleCastfalseC-style pointer casting
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/cookies.cpp327stylecstyleCastfalseC-style pointer casting
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/cookies.cpp391stylecstyleCastfalseC-style pointer casting
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/cookies.cpp52stylenoExplicitConstructorfalseClass 'CookieWindow' has a constructor with 1 argument that is not explicit.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/download.cpp42stylenoExplicitConstructorfalseClass 'NSDownloadWindow' has a constructor with 1 argument that is not explicit.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/font.cpp345styleunreadVariablefalseVariable 'size' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/gui.cpp1073styleredundantAssignmentfalseVariable 'ret' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/gui.cpp1076styleredundantAssignmentfalseVariable 'ret' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/gui.cpp1147styleredundantAssignmentfalseVariable 'ret' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/login.cpp50stylefuncArgNamesDifferenttrueFunction 'LoginAlert' argument 2 names different: declaration 'callbaclpw' definition 'callbackpw'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/plotters.cpp797styleunreadVariablefalseVariable 'y0' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/plotters.cpp797styleunreadVariablefalseVariable 'y1' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/plotters.cpp806stylenoExplicitConstructorfalseClass 'PTView' has a constructor with 1 argument that is not explicit.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/scaffolding.cpp1642stylefuncArgNamesDifferenttrueFunction 'SetBitmap' argument 1 names different: declaration 'attrName' definition 'attrname'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/scaffolding.cpp142styleunusedStructMemberfalsestruct member 'beos_history_window::g' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/scaffolding.cpp148styleunusedStructMemberfalsestruct member 'menu_events::widget' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/scaffolding.cpp382stylenoExplicitConstructorfalseClass 'NSThrobber' has a constructor with 1 argument that is not explicit.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/WindowStack.h14stylenoExplicitConstructorfalseClass 'BWindowStack' has a constructor with 1 argument that is not explicit.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/window.cpp249styleknownConditionTrueFalsefalseCondition 'message==NULL' is always true
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/window.cpp815styleredundantAssignmentfalseVariable 'nskey' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/framebuffer/fbtk/osk.c176styleunreadVariablefalseVariable 'widget' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/framebuffer/font_freetype.c185styleredundantAssignmentfalseVariable 'error' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/framebuffer/font_freetype.c187styleunreadVariablefalseVariable 'error' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/framebuffer/gui.c1698styleredundantAssignmentfalseVariable 'widget' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/download.c626styleshadowVarfalseLocal variable result shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/download.c626styleshadowVarfalseLocal variable result shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/sexy_icon_entry.c106styleunreadVariablefalseVariable 'entry_class' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/sexy_icon_entry.c410styleunreadVariablefalseVariable 'gtkentry' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c251stylefuncArgNamesDifferenttrueFunction 'toolbar_item_create' argument 2 names different: declaration 'item_out' definition 'item'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/viewdata.c792styleredundantConditionfalseRedundant condition: If 'EXPR == ' '', the comparison 'EXPR != 0' is always true.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/window.c89styleunusedStructMemberfalsestruct member 'Anonymous0::gui' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/monkey/browser.c91styleclarifyCalculationfalseClarify calculation precedence for '&' and '?'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/monkey/browser.c92styleclarifyCalculationfalseClarify calculation precedence for '&' and '?'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/configure/con_image.c235styleunreadVariablefalseVariable 'shaded' is assigned a value that is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/gui.c954styleredundantAssignmentfalseVariable 'gui_current_drag_type' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/help.c135styleknownConditionTrueFalsefalseCondition 'i>=0' is always false
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/help.c140styleknownConditionTrueFalsefalseCondition 'i>=0' is always false
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/help.c144styleknownConditionTrueFalsefalseCondition 'i>=0' is always false
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/image.c286stylebitwiseOnBooleantrueBoolean variable 'repeatx' is used in bitwise operation. Did you mean '||'?
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/search.c75stylefuncArgNamesDifferenttrueFunction 'ro_gui_search_add_recent' argument 1 names different: declaration 'string' definition 'search'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/textselection.c76stylefuncArgNamesDifferenttrueFunction 'ro_gui_selection_drag_end' argument 2 names different: declaration 'g' definition 'data'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/ucstables.c567styleshadowVarfalseLocal variable temp shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/window.c827styleshadowVarfalseLocal variable err shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/font.c128styleredundantAssignmentfalseVariable 'nHeight' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/main.c464styleredundantAssignmentfalseVariable 'ret' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/main.c465styleredundantAssignmentfalseVariable 'ret' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/main.c466styleredundantAssignmentfalseVariable 'ret' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/prefs.c295styleclarifyCalculationfalseClarify calculation precedence for '+' and '?'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/window.c802styleunassignedVariablefalseVariable 'ii' is not assigned a value.
new//var/lib/jenkins/workspace/cppcheck-netsurf/tools/convert_font.c879styleknownConditionTrueFalsefalseCondition '*pos=='*'' is always true
new//var/lib/jenkins/workspace/cppcheck-netsurf/tools/convert_font.c83styleunusedStructMemberfalseunion member 'Anonymous0::u32' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/tools/convert_image.c32styleshadowVarfalseLocal variable interlace shadows outer variable
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/corestrings.c127styleunusedLabelfalseLabel 'error' is not used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/corestrings.c80styleunusedVariablefalseUnused variable: lerror
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/corestrings.c81styleunassignedVariablefalseVariable 'error' is not assigned a value.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/corestrings.c82styleunusedVariablefalseUnused variable: exc
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/nsurl/nsurl.c458styleknownConditionTrueFalsefalseCondition 'url->components.fragment!=NULL' is always true
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/nsurl/nsurl.c800stylearrayIndexThenCheckfalseArray index 'pos' is used before limits check.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/nsurl/parse.c560stylemultiConditionfalseExpression is always false because 'else if' condition matches previous condition at line 511.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/nsurl/parse.c805styleknownConditionTrueFalsefalseCondition 'url->scheme_type==NSURL_SCHEME_FILE' is always false
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/nsurl/parse.c1376styleunsignedLessThanZerofalseChecking if unsigned variable 'm.scheme_end-m.start' is less than zero.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/nsurl/parse.c1381styleunsignedLessThanZerofalseChecking if unsigned variable 'm.path-m.authority' is less than zero.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/nsurl/parse.c1386styleunsignedLessThanZerofalseChecking if unsigned variable 'm.query-m.path' is less than zero.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/nsurl/parse.c1391styleunsignedLessThanZerofalseChecking if unsigned variable 'm.fragment-m.query' is less than zero.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c384styleredundantAssignmentfalseVariable 'tc->destructor' is reassigned a value before the old one has been used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.h138stylefuncArgNamesDifferenttrueFunction '_talloc_move' argument 2 names different: declaration 'pptr' definition '_pptr'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.h168stylefuncArgNamesDifferenttrueFunction 'talloc_get_size' argument 1 names different: declaration 'ctx' definition 'context'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.h169stylefuncArgNamesDifferenttrueFunction 'talloc_find_parent_byname' argument 1 names different: declaration 'ctx' definition 'context'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/utils.c526styleduplicateBranchtrueFound duplicate branches for 'if' and 'else'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/string.h67stylefuncArgNamesDifferenttrueFunction 'human_friendly_bytesize' argument 1 names different: declaration 'bytesize' definition 'bsize'.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/scaffolding.cpp336styleunusedFunctionfalseThe function 'MouseDown' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/scaffolding.cpp345styleunusedFunctionfalseThe function 'MouseUp' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/os3support.c119styleunusedFunctionfalseThe function 'SPrintfN' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/stringview/urlhistory.c63styleunusedFunctionfalseThe function 'URLHistory_ClearList' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/main.c381styleunusedFunctionfalseThe function 'WinMain' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.c563styleunusedFunctionfalseThe function 'XXH32_createState' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.c758styleunusedFunctionfalseThe function 'XXH32_digest' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.c568styleunusedFunctionfalseThe function 'XXH32_freeState' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.c588styleunusedFunctionfalseThe function 'XXH32_reset' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.c704styleunusedFunctionfalseThe function 'XXH32_update' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.c505styleunusedFunctionfalseThe function 'XXH64' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.c574styleunusedFunctionfalseThe function 'XXH64_createState' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.c952styleunusedFunctionfalseThe function 'XXH64_digest' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.c579styleunusedFunctionfalseThe function 'XXH64_freeState' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.c601styleunusedFunctionfalseThe function 'XXH64_reset' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/hash/xxhash.c858styleunusedFunctionfalseThe function 'XXH64_update' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/assert.c33styleunusedFunctionfalseThe function '__assert2' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/test/assert.c38styleunusedFunctionfalseThe function '__ns_assert_fail' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/utils.c30styleunusedFunctionfalseThe function '_systype' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c729styleunusedFunctionfalseThe function '_talloc' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1289styleunusedFunctionfalseThe function '_talloc_array' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c841styleunusedFunctionfalseThe function '_talloc_move' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1300styleunusedFunctionfalseThe function '_talloc_zero_array' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c3135styleunusedFunctionfalseThe function 'about_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2989styleunusedFunctionfalseThe function 'addbookmarks_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/os3support.c184styleunusedFunctionfalseThe function 'alphasort' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/drag.c324styleunusedFunctionfalseThe function 'ami_drag_in_progress' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/memory.c179styleunusedFunctionfalseThe function 'ami_memory_fini' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/memory.c165styleunusedFunctionfalseThe function 'ami_memory_init' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/cookies.c218styleunusedFunctionfalseThe function 'atari_cookie_manager_redraw' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/history.c188styleunusedFunctionfalseThe function 'atari_global_history_redraw' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/hotlist.c283styleunusedFunctionfalseThe function 'atari_hotlist_redraw' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/treeview.c95styleunusedFunctionfalseThe function 'atari_treeview_dump_info' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/treeview.c795styleunusedFunctionfalseThe function 'atari_treeview_get_user_data' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/treeview.c787styleunusedFunctionfalseThe function 'atari_treeview_set_user_data' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c1777styleunusedFunctionfalseThe function 'back_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/bitmap.c351styleunusedFunctionfalseThe function 'bitmap_dump' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/bitmap.c278styleunusedFunctionfalseThe function 'bitmap_format_convert' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/box_manipulate.c182styleunusedFunctionfalseThe function 'box_insert_sibling' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/box_manipulate.c196styleunusedFunctionfalseThe function 'box_unlink_and_free' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/mouse.c31styleunusedFunctionfalseThe function 'browser_mouse_state_dump' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/browser_window.c3963styleunusedFunctionfalseThe function 'browser_window_get_history' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/browser_window.c2556styleunusedFunctionfalseThe function 'browser_window_get_name' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/browser_window.c4738styleunusedFunctionfalseThe function 'browser_window_get_ssl_chain' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/browser_history.c700styleunusedFunctionfalseThe function 'browser_window_history_entry_get_fragment_id' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/browser_history.c693styleunusedFunctionfalseThe function 'browser_window_history_entry_get_url' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/browser_history.c682styleunusedFunctionfalseThe function 'browser_window_history_enumerate' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/browser_window.c2568styleunusedFunctionfalseThe function 'browser_window_set_name' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2187styleunusedFunctionfalseThe function 'closewindow_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c3071styleunusedFunctionfalseThe function 'contents_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2491styleunusedFunctionfalseThe function 'copy_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2460styleunusedFunctionfalseThe function 'cut_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c1578styleunusedFunctionfalseThe function 'cutomize_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/misc.c394styleunusedFunctionfalseThe function 'dbg_pxy' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/misc.c400styleunusedFunctionfalseThe function 'dbg_rect' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2836styleunusedFunctionfalseThe function 'debugboxtree_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2881styleunusedFunctionfalseThe function 'debugdomtree_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2553styleunusedFunctionfalseThe function 'delete_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/gettext.c35styleunusedFunctionfalseThe function 'dgettext' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/fetchers/file/dirlist.c100styleunusedFunctionfalseThe function 'dirlist_generate_hide_columns' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/dom_event.c671styleunusedFunctionfalseThe function 'dom_default_action_DOMNodeInsertedIntoDocument_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/dom_event.c584styleunusedFunctionfalseThe function 'dom_default_action_DOMNodeInserted_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/dom_event.c707styleunusedFunctionfalseThe function 'dom_default_action_DOMSubtreeModified_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/dom_event.c756styleunusedFunctionfalseThe function 'dom_default_action_finished_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2762styleunusedFunctionfalseThe function 'downloads_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/javascript/duktape/dukky.c840styleunusedFunctionfalseThe function 'dukky_check_timeout' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/javascript/duktape/dukky.c527styleunusedFunctionfalseThe function 'dukky_inject_not_ctr' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/javascript/duktape/dukky.c892styleunusedFunctionfalseThe function 'dukky_push_generics' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/framebuffer/fbtk/fbtk.c50styleunusedFunctionfalseThe function 'dump_tk_tree' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/framebuffer/local_history.c231styleunusedFunctionfalseThe function 'fb_local_history_destroy' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/framebuffer/local_history.c216styleunusedFunctionfalseThe function 'fb_local_history_hide' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/plot/plot.c335styleunusedFunctionfalseThe function 'fbrect_to_screen' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/framebuffer/fbtk/text.c532styleunusedFunctionfalseThe function 'fbtk_writable_text' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/fetch.c602styleunusedFunctionfalseThe function 'fetch_change_callback' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/filename.c115styleunusedFunctionfalseThe function 'filename_claim' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/filename.c219styleunusedFunctionfalseThe function 'filename_flush' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/test/llcache.c38styleunusedFunctionfalseThe function 'filename_from_path' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/filename.c151styleunusedFunctionfalseThe function 'filename_release' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/filepath.c96styleunusedFunctionfalseThe function 'filepath_findfile' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/misc.c77styleunusedFunctionfalseThe function 'find_guiwin_by_aes_handle' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/form.c1865styleunusedFunctionfalseThe function 'form_control_bounding_rect' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c1809styleunusedFunctionfalseThe function 'forward_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2707styleunusedFunctionfalseThe function 'fullscreen_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/vaproto.c145styleunusedFunctionfalseThe function 'gemtk_av_dispatch' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/vaproto.c84styleunusedFunctionfalseThe function 'gemtk_av_exit' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/vaproto.c55styleunusedFunctionfalseThe function 'gemtk_av_init' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/utils.c86styleunusedFunctionfalseThe function 'gemtk_clip_grect' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/dragdrop.c53styleunusedFunctionfalseThe function 'gemtk_dd_create' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/dragdrop.c116styleunusedFunctionfalseThe function 'gemtk_dd_message' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/dragdrop.c190styleunusedFunctionfalseThe function 'gemtk_dd_rexts' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/dragdrop.c226styleunusedFunctionfalseThe function 'gemtk_dd_stry' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/objc.c105styleunusedFunctionfalseThe function 'gemtk_obj_is_inside' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/guiwin.c1125styleunusedFunctionfalseThe function 'gemtk_wm_get_toolbar_edit_obj' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/gettext.c30styleunusedFunctionfalseThe function 'gettext' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2969styleunusedFunctionfalseThe function 'globalhistory_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/search.cpp56styleunusedFunctionfalseThe function 'gui_search_add_recent' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/search.cpp74styleunusedFunctionfalseThe function 'gui_search_set_back_state' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/search.cpp65styleunusedFunctionfalseThe function 'gui_search_set_forward_state' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/search.cpp47styleunusedFunctionfalseThe function 'gui_search_set_hourglass' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/search.cpp38styleunusedFunctionfalseThe function 'gui_search_set_status' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c3092styleunusedFunctionfalseThe function 'guide_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2955styleunusedFunctionfalseThe function 'history_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c1910styleunusedFunctionfalseThe function 'home_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/http/generics.c29styleunusedFunctionfalseThe function 'http___item_list_destroy' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/http/generics.c55styleunusedFunctionfalseThe function 'http___item_list_parse' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/http/challenge.c123styleunusedFunctionfalseThe function 'http_challenge_list_iterate' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/http/parameter.c136styleunusedFunctionfalseThe function 'http_parameter_list_iterate' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/http/www-authenticate.c28styleunusedFunctionfalseThe function 'http_parse_www_authenticate' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/http/www-authenticate.c70styleunusedFunctionfalseThe function 'http_www_authenticate_destroy' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/image/image_cache.c402styleunusedFunctionfalseThe function 'image_cache_find_bitmap' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/image/image_cache.c567styleunusedFunctionfalseThe function 'image_cache_remove' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/html/imagemap.c231styleunusedFunctionfalseThe function 'imagemap_dump' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c3114styleunusedFunctionfalseThe function 'info_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/misc.c186styleunusedFunctionfalseThe function 'is_process_running' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/javascript/duktape/dukky.c922styleunusedFunctionfalseThe function 'js_exec' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/schedule.c210styleunusedFunctionfalseThe function 'list_schedule' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c465styleunusedFunctionfalseThe function 'make_toolbar_item_button' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/monkey/schedule.c200styleunusedFunctionfalseThe function 'monkey_schedule_list' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2100styleunusedFunctionfalseThe function 'newtab_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2078styleunusedFunctionfalseThe function 'newwindow_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/search.c199styleunusedFunctionfalseThe function 'nsatari_search_restore_form' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/plotters.cpp76styleunusedFunctionfalseThe function 'nsbeos_current_gc_lock' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/plotters.cpp85styleunusedFunctionfalseThe function 'nsbeos_current_gc_unlock' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/scaffolding.cpp1433styleunusedFunctionfalseThe function 'nsbeos_get_baseview_for_scaffolding' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/window.cpp322styleunusedFunctionfalseThe function 'nsbeos_get_browser_window' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/scaffolding.cpp1428styleunusedFunctionfalseThe function 'nsbeos_get_bwindow_for_scaffolding' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/gui_options.cpp48styleunusedFunctionfalseThe function 'nsbeos_options_save' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/window.cpp905styleunusedFunctionfalseThe function 'nsbeos_reflow_all_windows' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/throbber.cpp113styleunusedFunctionfalseThe function 'nsbeos_throbber_finalise' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/compat.c209styleunusedFunctionfalseThe function 'nsgtk_button_new_from_stock' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/compat.c123styleunusedFunctionfalseThe function 'nsgtk_combo_box_text_append_text' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/compat.c133styleunusedFunctionfalseThe function 'nsgtk_combo_box_text_get_active_text' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/compat.c114styleunusedFunctionfalseThe function 'nsgtk_combo_box_text_new' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/compat.c297styleunusedFunctionfalseThe function 'nsgtk_layout_set_hadjustment' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/compat.c307styleunusedFunctionfalseThe function 'nsgtk_layout_set_vadjustment' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/scaffolding.c787styleunusedFunctionfalseThe function 'nsgtk_on_closetab_activate_menu' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/scaffolding.c606styleunusedFunctionfalseThe function 'nsgtk_on_find_activate_menu' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/scaffolding.c762styleunusedFunctionfalseThe function 'nsgtk_on_nexttab_activate_menu' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/scaffolding.c773styleunusedFunctionfalseThe function 'nsgtk_on_prevtab_activate_menu' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c869styleunusedFunctionfalseThe function 'nsgtk_preferences_checkClearDownloads_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c869styleunusedFunctionfalseThe function 'nsgtk_preferences_checkClearDownloads_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c212styleunusedFunctionfalseThe function 'nsgtk_preferences_checkCompressPDF_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c212styleunusedFunctionfalseThe function 'nsgtk_preferences_checkCompressPDF_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c407styleunusedFunctionfalseThe function 'nsgtk_preferences_checkDisablePopups_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c407styleunusedFunctionfalseThe function 'nsgtk_preferences_checkDisablePopups_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c768styleunusedFunctionfalseThe function 'nsgtk_preferences_checkDisplayRecentURLs_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c768styleunusedFunctionfalseThe function 'nsgtk_preferences_checkDisplayRecentURLs_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c476styleunusedFunctionfalseThe function 'nsgtk_preferences_checkEnableAnimations_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c476styleunusedFunctionfalseThe function 'nsgtk_preferences_checkEnableAnimations_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c413styleunusedFunctionfalseThe function 'nsgtk_preferences_checkEnableJavascript_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c413styleunusedFunctionfalseThe function 'nsgtk_preferences_checkEnableJavascript_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c197styleunusedFunctionfalseThe function 'nsgtk_preferences_checkFitPage_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c197styleunusedFunctionfalseThe function 'nsgtk_preferences_checkFitPage_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c720styleunusedFunctionfalseThe function 'nsgtk_preferences_checkFocusNew_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c720styleunusedFunctionfalseThe function 'nsgtk_preferences_checkFocusNew_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c410styleunusedFunctionfalseThe function 'nsgtk_preferences_checkHideAdverts_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c410styleunusedFunctionfalseThe function 'nsgtk_preferences_checkHideAdverts_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c383styleunusedFunctionfalseThe function 'nsgtk_preferences_checkHoverURLs_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c383styleunusedFunctionfalseThe function 'nsgtk_preferences_checkHoverURLs_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c723styleunusedFunctionfalseThe function 'nsgtk_preferences_checkNewBlank_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c723styleunusedFunctionfalseThe function 'nsgtk_preferences_checkNewBlank_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c215styleunusedFunctionfalseThe function 'nsgtk_preferences_checkPasswordPDF_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c215styleunusedFunctionfalseThe function 'nsgtk_preferences_checkPasswordPDF_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c194styleunusedFunctionfalseThe function 'nsgtk_preferences_checkRemoveBackgrounds_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c194styleunusedFunctionfalseThe function 'nsgtk_preferences_checkRemoveBackgrounds_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c872styleunusedFunctionfalseThe function 'nsgtk_preferences_checkRequestOverwrite_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c872styleunusedFunctionfalseThe function 'nsgtk_preferences_checkRequestOverwrite_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c378styleunusedFunctionfalseThe function 'nsgtk_preferences_checkSendDNT_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c378styleunusedFunctionfalseThe function 'nsgtk_preferences_checkSendDNT_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c375styleunusedFunctionfalseThe function 'nsgtk_preferences_checkSendReferer_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c375styleunusedFunctionfalseThe function 'nsgtk_preferences_checkSendReferer_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c712styleunusedFunctionfalseThe function 'nsgtk_preferences_checkShowSingleTab_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c703styleunusedFunctionfalseThe function 'nsgtk_preferences_checkShowSingleTab_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c191styleunusedFunctionfalseThe function 'nsgtk_preferences_checkSuppressImages_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c191styleunusedFunctionfalseThe function 'nsgtk_preferences_checkSuppressImages_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c827styleunusedFunctionfalseThe function 'nsgtk_preferences_checkUrlSearch_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c827styleunusedFunctionfalseThe function 'nsgtk_preferences_checkUrlSearch_toggled' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c774styleunusedFunctionfalseThe function 'nsgtk_preferences_comboButtonType_changed' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c784styleunusedFunctionfalseThe function 'nsgtk_preferences_comboButtonType_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c482styleunusedFunctionfalseThe function 'nsgtk_preferences_comboDefault_changed' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c493styleunusedFunctionfalseThe function 'nsgtk_preferences_comboDefault_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c749styleunusedFunctionfalseThe function 'nsgtk_preferences_comboDeveloperView_changed' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c757styleunusedFunctionfalseThe function 'nsgtk_preferences_comboDeveloperView_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c282styleunusedFunctionfalseThe function 'nsgtk_preferences_comboProxyType_changed' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c317styleunusedFunctionfalseThe function 'nsgtk_preferences_comboProxyType_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c831styleunusedFunctionfalseThe function 'nsgtk_preferences_comboSearch_changed' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c845styleunusedFunctionfalseThe function 'nsgtk_preferences_comboSearch_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c727styleunusedFunctionfalseThe function 'nsgtk_preferences_comboTabPosition_changed' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c738styleunusedFunctionfalseThe function 'nsgtk_preferences_comboTabPosition_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c514styleunusedFunctionfalseThe function 'nsgtk_preferences_comboboxLanguage_changed' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c653styleunusedFunctionfalseThe function 'nsgtk_preferences_comboboxLanguage_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c417styleunusedFunctionfalseThe function 'nsgtk_preferences_comboboxLoadImages_changed' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c451styleunusedFunctionfalseThe function 'nsgtk_preferences_comboboxLoadImages_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c918styleunusedFunctionfalseThe function 'nsgtk_preferences_dialogPreferences_deleteevent' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c938styleunusedFunctionfalseThe function 'nsgtk_preferences_dialogPreferences_destroy' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c903styleunusedFunctionfalseThe function 'nsgtk_preferences_dialogPreferences_response' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c798styleunusedFunctionfalseThe function 'nsgtk_preferences_entryHomePageURL_changed' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c798styleunusedFunctionfalseThe function 'nsgtk_preferences_entryHomePageURL_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c344styleunusedFunctionfalseThe function 'nsgtk_preferences_entryProxyHost_changed' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c344styleunusedFunctionfalseThe function 'nsgtk_preferences_entryProxyHost_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c356styleunusedFunctionfalseThe function 'nsgtk_preferences_entryProxyNoproxy_changed' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c356styleunusedFunctionfalseThe function 'nsgtk_preferences_entryProxyNoproxy_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c353styleunusedFunctionfalseThe function 'nsgtk_preferences_entryProxyPassword_changed' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c353styleunusedFunctionfalseThe function 'nsgtk_preferences_entryProxyPassword_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c350styleunusedFunctionfalseThe function 'nsgtk_preferences_entryProxyUser_changed' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c350styleunusedFunctionfalseThe function 'nsgtk_preferences_entryProxyUser_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c891styleunusedFunctionfalseThe function 'nsgtk_preferences_fileChooserDownloads_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c881styleunusedFunctionfalseThe function 'nsgtk_preferences_fileChooserDownloads_selectionchanged' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c504styleunusedFunctionfalseThe function 'nsgtk_preferences_fontPreview_clicked' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c802styleunusedFunctionfalseThe function 'nsgtk_preferences_setCurrentPage_clicked' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c814styleunusedFunctionfalseThe function 'nsgtk_preferences_setDefaultPage_clicked' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c367styleunusedFunctionfalseThe function 'nsgtk_preferences_spinCachedConnections_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c367styleunusedFunctionfalseThe function 'nsgtk_preferences_spinCachedConnections_valuechanged' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c500styleunusedFunctionfalseThe function 'nsgtk_preferences_spinDefaultSize_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c500styleunusedFunctionfalseThe function 'nsgtk_preferences_spinDefaultSize_valuechanged' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c398styleunusedFunctionfalseThe function 'nsgtk_preferences_spinDiscCacheAge_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c398styleunusedFunctionfalseThe function 'nsgtk_preferences_spinDiscCacheAge_valuechanged' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c394styleunusedFunctionfalseThe function 'nsgtk_preferences_spinDiscCacheSize_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c394styleunusedFunctionfalseThe function 'nsgtk_preferences_spinDiscCacheSize_valuechanged' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c200styleunusedFunctionfalseThe function 'nsgtk_preferences_spinExportScale_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c200styleunusedFunctionfalseThe function 'nsgtk_preferences_spinExportScale_valuechanged' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c364styleunusedFunctionfalseThe function 'nsgtk_preferences_spinFetchesPerHost_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c364styleunusedFunctionfalseThe function 'nsgtk_preferences_spinFetchesPerHost_valuechanged' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c386styleunusedFunctionfalseThe function 'nsgtk_preferences_spinHistoryAge_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c386styleunusedFunctionfalseThe function 'nsgtk_preferences_spinHistoryAge_valuechanged' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c204styleunusedFunctionfalseThe function 'nsgtk_preferences_spinMarginBottom_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c204styleunusedFunctionfalseThe function 'nsgtk_preferences_spinMarginBottom_valuechanged' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c205styleunusedFunctionfalseThe function 'nsgtk_preferences_spinMarginLeft_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c205styleunusedFunctionfalseThe function 'nsgtk_preferences_spinMarginLeft_valuechanged' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c206styleunusedFunctionfalseThe function 'nsgtk_preferences_spinMarginRight_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c206styleunusedFunctionfalseThe function 'nsgtk_preferences_spinMarginRight_valuechanged' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c203styleunusedFunctionfalseThe function 'nsgtk_preferences_spinMarginTop_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c203styleunusedFunctionfalseThe function 'nsgtk_preferences_spinMarginTop_valuechanged' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c361styleunusedFunctionfalseThe function 'nsgtk_preferences_spinMaxFetchers_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c361styleunusedFunctionfalseThe function 'nsgtk_preferences_spinMaxFetchers_valuechanged' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c391styleunusedFunctionfalseThe function 'nsgtk_preferences_spinMemoryCacheSize_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c391styleunusedFunctionfalseThe function 'nsgtk_preferences_spinMemoryCacheSize_valuechanged' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c347styleunusedFunctionfalseThe function 'nsgtk_preferences_spinProxyPort_realize' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/preferences.c347styleunusedFunctionfalseThe function 'nsgtk_preferences_spinProxyPort_valuechanged' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/scaffolding.c1332styleunusedFunctionfalseThe function 'nsgtk_scaffolding_iterate' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/scaffolding.c1342styleunusedFunctionfalseThe function 'nsgtk_scaffolding_top_level' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/compat.c532styleunusedFunctionfalseThe function 'nsgtk_scrolled_window_add_with_viewport' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/compat.c230styleunusedFunctionfalseThe function 'nsgtk_stock_lookup' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/throbber.c88styleunusedFunctionfalseThe function 'nsgtk_throbber_finalise' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/compat.c60styleunusedFunctionfalseThe function 'nsgtk_widget_has_focus' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/window.c1626styleunusedFunctionfalseThe function 'nsgtk_window_get_layout' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/compat.c522styleunusedFunctionfalseThe function 'nsgtk_window_set_opacity' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/test/log.c41styleunusedFunctionfalseThe function 'nslog_log' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/nsoption.c1014styleunusedFunctionfalseThe function 'nsoption_set_tbl_charp' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/nsurl/nsurl.c970styleunusedFunctionfalseThe function 'nsurl_dump' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/gui.c63styleunusedFunctionfalseThe function 'nsw32_add_dialog' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/cookies.c190styleunusedFunctionfalseThe function 'nsw32_cookies_finalise' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/gui.c79styleunusedFunctionfalseThe function 'nsw32_del_dialog' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/global_history.c175styleunusedFunctionfalseThe function 'nsw32_global_history_finalise' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/hotlist.c179styleunusedFunctionfalseThe function 'nsw32_hotlist_finalise' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/local_history.c239styleunusedFunctionfalseThe function 'nsw32_local_history_finalise' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/windows/findfile.c96styleunusedFunctionfalseThe function 'nsws_find_resource' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2121styleunusedFunctionfalseThe function 'openfile_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c3048styleunusedFunctionfalseThe function 'openlocation_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c3152styleunusedFunctionfalseThe function 'openmenu_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2522styleunusedFunctionfalseThe function 'paste_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/test/llcache.c74styleunusedFunctionfalseThe function 'path_to_url' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2256styleunusedFunctionfalseThe function 'pdf_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2308styleunusedFunctionfalseThe function 'plaintext_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/plot/plot.c374styleunusedFunctionfalseThe function 'plot_copy_rect' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/plot/plot.c1899styleunusedFunctionfalseThe function 'plot_get_abs_clipping' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/plot/plot.c1953styleunusedFunctionfalseThe function 'plot_get_text_plotter' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/plot/plot.c1959styleunusedFunctionfalseThe function 'plot_set_text_plotter' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2615styleunusedFunctionfalseThe function 'preferences_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2345styleunusedFunctionfalseThe function 'print_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2445styleunusedFunctionfalseThe function 'quit_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/redrawslots.c116styleunusedFunctionfalseThe function 'redraw_slots_remove_area' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c1858styleunusedFunctionfalseThe function 'reload_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c1882styleunusedFunctionfalseThe function 'reloadstop_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/plot/plot.c675styleunusedFunctionfalseThe function 'rgb_to_666_index' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/dialog.c705styleunusedFunctionfalseThe function 'ro_gui_dialog_update_zoom' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/gui/progress_bar.c238styleunusedFunctionfalseThe function 'ro_gui_progress_bar_get_value' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/gui/progress_bar.c104styleunusedFunctionfalseThe function 'ro_gui_progress_bar_init' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/textselection.c580styleunusedFunctionfalseThe function 'ro_gui_selection_drag_reset' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/textselection.c615styleunusedFunctionfalseThe function 'ro_gui_selection_send_dragging' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/wimp.c617styleunusedFunctionfalseThe function 'ro_gui_set_icon_button_type' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/wimp.c552styleunusedFunctionfalseThe function 'ro_gui_set_icon_deleted_state' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/gui/status_bar.c240styleunusedFunctionfalseThe function 'ro_gui_status_bar_get_visible' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/gui/status_bar.c188styleunusedFunctionfalseThe function 'ro_gui_status_bar_get_window' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/gui/status_bar.c301styleunusedFunctionfalseThe function 'ro_gui_status_bar_set_progress_icon' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/gui/status_bar.c254styleunusedFunctionfalseThe function 'ro_gui_status_bar_set_progress_value' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/gui/status_bar.c217styleunusedFunctionfalseThe function 'ro_gui_status_bar_set_visible' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/theme.c83styleunusedFunctionfalseThe function 'ro_gui_theme_finalise' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/theme.c207styleunusedFunctionfalseThe function 'ro_gui_theme_get_current' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/window.c4690styleunusedFunctionfalseThe function 'ro_gui_window_redraw_all' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/textarea.c132styleunusedFunctionfalseThe function 'ro_textarea_create' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/textarea.c371styleunusedFunctionfalseThe function 'ro_textarea_get_text' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/toolbar.c1570styleunusedFunctionfalseThe function 'ro_toolbar_set_button_order' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/toolbar.c1387styleunusedFunctionfalseThe function 'ro_toolbar_update_all_buttons' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/riscos/toolbar.c1378styleunusedFunctionfalseThe function 'ro_toolbar_update_client_data' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2204styleunusedFunctionfalseThe function 'savepage_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2779styleunusedFunctionfalseThe function 'savewindowsize_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2584styleunusedFunctionfalseThe function 'selectall_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/selection.c603styleunusedFunctionfalseThe function 'selection_drag_end' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/sexy_icon_entry.c957styleunusedFunctionfalseThe function 'sexy_icon_entry_add_clear_button' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/sexy_icon_entry.c94styleunusedFunctionfalseThe function 'sexy_icon_entry_class_init' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/sexy_icon_entry.c908styleunusedFunctionfalseThe function 'sexy_icon_entry_get_icon' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/sexy_icon_entry.c176styleunusedFunctionfalseThe function 'sexy_icon_entry_init' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c3010styleunusedFunctionfalseThe function 'showbookmarks_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c3029styleunusedFunctionfalseThe function 'showcookies_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c1840styleunusedFunctionfalseThe function 'stop_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/aestabs.c84styleunusedFunctionfalseThe function 'tablist_activate' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/aestabs.c44styleunusedFunctionfalseThe function 'tablist_add' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/aestabs.c32styleunusedFunctionfalseThe function 'tablist_declare' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/aestabs.c180styleunusedFunctionfalseThe function 'tablist_delete' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/gemtk/aestabs.c168styleunusedFunctionfalseThe function 'tablist_find' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1134styleunusedFunctionfalseThe function 'talloc_append_string' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1214styleunusedFunctionfalseThe function 'talloc_asprintf' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1276styleunusedFunctionfalseThe function 'talloc_asprintf_append' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1345styleunusedFunctionfalseThe function 'talloc_autofree_context' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c646styleunusedFunctionfalseThe function 'talloc_check_name' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1063styleunusedFunctionfalseThe function 'talloc_disable_null_tracking' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1072styleunusedFunctionfalseThe function 'talloc_enable_leak_report' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1081styleunusedFunctionfalseThe function 'talloc_enable_leak_report_full' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1370styleunusedFunctionfalseThe function 'talloc_find_parent_byname' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c694styleunusedFunctionfalseThe function 'talloc_free_children' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1355styleunusedFunctionfalseThe function 'talloc_get_size' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c266styleunusedFunctionfalseThe function 'talloc_increase_ref_count' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c661styleunusedFunctionfalseThe function 'talloc_init' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c605styleunusedFunctionfalseThe function 'talloc_named' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c747styleunusedFunctionfalseThe function 'talloc_named_const' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c191styleunusedFunctionfalseThe function 'talloc_parent' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c200styleunusedFunctionfalseThe function 'talloc_parent_name' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1324styleunusedFunctionfalseThe function 'talloc_realloc_fn' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c589styleunusedFunctionfalseThe function 'talloc_set_name' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c737styleunusedFunctionfalseThe function 'talloc_set_name_const' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1394styleunusedFunctionfalseThe function 'talloc_show_parents' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c1160styleunusedFunctionfalseThe function 'talloc_strndup' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c522styleunusedFunctionfalseThe function 'talloc_unlink' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/plotters.cpp816styleunusedFunctionfalseThe function 'test_plotters_main' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c3308styleunusedFunctionfalseThe function 'textarea_get_dimensions' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2813styleunusedFunctionfalseThe function 'toggledebugging_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/toolbar.c1036styleunusedFunctionfalseThe function 'toolbar_crypto_click' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/toolbar.c1008styleunusedFunctionfalseThe function 'toolbar_favorite_click' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/toolbar.c896styleunusedFunctionfalseThe function 'toolbar_get_nsurl' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/toolbar.c875styleunusedFunctionfalseThe function 'toolbar_get_textarea' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/toolbar.c638styleunusedFunctionfalseThe function 'toolbar_set_reflow' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/toolbar.c668styleunusedFunctionfalseThe function 'toolbar_text_input' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/treeview.c2417styleunusedFunctionfalseThe function 'treeview_node_contract' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2734styleunusedFunctionfalseThe function 'viewsource_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/atari/rootwin.c564styleunusedFunctionfalseThe function 'window_set_active_gui_window' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2664styleunusedFunctionfalseThe function 'zoomminus_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2686styleunusedFunctionfalseThe function 'zoomnormal_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/gtk/toolbar.c2643styleunusedFunctionfalseThe function 'zoomplus_button_clicked_cb' is never used.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/login.cpp95performanceuseInitializationListfalseVariable 'fHost' is assigned in constructor body. Consider performing initialization in initialization list.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/login.cpp96performanceuseInitializationListfalseVariable 'fRealm' is assigned in constructor body. Consider performing initialization in initialization list.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/fetchers/about/testament.c83informationConfigurationNotCheckedfalseSkipping configuration 'CI_BUILD' since the value of 'CI_BUILD' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/fetchers/about/testament.c71informationConfigurationNotCheckedfalseSkipping configuration 'WT_BRANCHISTAG;WT_TAGIS' since the value of 'WT_TAGIS' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/fetchers/curl.c838informationConfigurationNotCheckedfalseSkipping configuration 'SSL_MODE_SEND_FALLBACK_SCSV;WITH_OPENSSL' since the value of 'SSL_MODE_SEND_FALLBACK_SCSV' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/fetchers/curl.c845informationConfigurationNotCheckedfalseSkipping configuration 'SSL_OP_NO_TICKET;WITH_OPENSSL' since the value of 'SSL_OP_NO_TICKET' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/fetchers/curl.c834informationConfigurationNotCheckedfalseSkipping configuration 'SSL_OP_NO_TLSv1_3;WITH_OPENSSL' since the value of 'SSL_OP_NO_TLSv1_3' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/javascript/duktape/dukky.c523informationConfigurationNotCheckedfalseSkipping configuration 'DUK_CONFIG_H_INCLUDED;DUK_FILE_MACRO' since the value of 'DUK_FILE_MACRO' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/javascript/duktape/dukky.c523informationConfigurationNotCheckedfalseSkipping configuration 'DUK_CONFIG_H_INCLUDED;DUK_LINE_MACRO' since the value of 'DUK_LINE_MACRO' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/javascript/duktape/duktape.c0informationnoValidConfigurationfalseThis file is not analyzed. Cppcheck failed to extract a valid configuration. Use -v for more details.
new//var/lib/jenkins/workspace/cppcheck-netsurf/desktop/version.c25informationConfigurationNotCheckedfalseSkipping configuration 'CI_BUILD' since the value of 'CI_BUILD' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/version.c35informationConfigurationNotCheckedfalseSkipping configuration 'CI_BUILD' since the value of 'CI_BUILD' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
new//var/lib/jenkins/workspace/cppcheck-netsurf/utils/punycode.h37informationConfigurationNotCheckedfalseSkipping configuration 'PUNYCODE_UINT' since the value of 'PUNYCODE_UINT' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
new//var/lib/jenkins/workspace/cppcheck-netsurf/content/handlers/css/hints.c208portabilityshiftNegativeLHSfalseShifting a negative value is technically undefined behaviour
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/amiga/font_bullet.c622portabilityarithOperationsOnVoidPointerfalse'chip_glyph' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined.
new//var/lib/jenkins/workspace/cppcheck-netsurf/frontends/beos/fetch_rsrc.cpp300portabilityinvalidPrintfArgType_sintfalse%zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/context_menu.c329errorsyntaxErrorfalseInvalid number of character (() when these macros are defined: '__amigaos4__'.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui_options.c255errorarrayIndexOutOfBoundsfalseArray 'nativebmopts[3]' index 3 out of bounds
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/download.c358errormemleakfalseMemory leak: destination
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/download.c358errormemleakfalseMemory leak: gdw
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/download.c244errornullPointerfalsePossible null pointer dereference: ret
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/font_vdi.c304errornullPointerfalsePossible null pointer dereference: fstyle - otherwise it is redundant to check if fstyle is null at line 283
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/plot.c1386errormemleakOnReallocfalseCommon realloc mistake: 'buf_packed' nulled but not freed upon failure
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/plot.c1113errormemleakfalseMemory leak: native.fd_addr
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/rootwin.c1509erroruninitvarfalseUninitialized variable: sx
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/rootwin.c1509erroruninitvarfalseUninitialized variable: sy
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/verify_ssl.c205erroruninitvarfalseUninitialized variable: tree
solved/var/lib/jenkins/workspace/cppcheck-netsurf/beos/scaffolding.cpp598errormemleakfalseMemory leak: info
solved/var/lib/jenkins/workspace/cppcheck-netsurf/beos/scaffolding.cpp1664errormemleakfalseMemory leak: g
solved/var/lib/jenkins/workspace/cppcheck-netsurf/content/fetch.c495errornullPointerfalsePossible null pointer dereference: fetcher - otherwise it is redundant to check if fetcher is null at line 485
solved/var/lib/jenkins/workspace/cppcheck-netsurf/content/fetchers/curl.c466errormemleakfalseMemory leak: fetch
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/gui.c499errornullPointerfalsePossible null pointer dereference: hdir - otherwise it is redundant to check if hdir is null at line 492
solved/var/lib/jenkins/workspace/cppcheck-netsurf/image/png.c208errornullPointerfalsePossible null pointer dereference: buffer - otherwise it is redundant to check if buffer is null at line 202
solved/var/lib/jenkins/workspace/cppcheck-netsurf/image/png.c506errornullPointerfalsePossible null pointer dereference: bitmap - otherwise it is redundant to check if bitmap is null at line 503
solved/var/lib/jenkins/workspace/cppcheck-netsurf/monkey/dispatch.c45errornullPointerfalsePossible null pointer dereference: ret - otherwise it is redundant to check if ret is null at line 43
solved/var/lib/jenkins/workspace/cppcheck-netsurf/monkey/dispatch.c46errornullPointerfalsePossible null pointer dereference: ret - otherwise it is redundant to check if ret is null at line 43
solved/var/lib/jenkins/workspace/cppcheck-netsurf/monkey/dispatch.c71errormemleakOnReallocfalseCommon realloc mistake: 'argv' nulled but not freed upon failure
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/imagemap.c606errornullPointerfalsePossible null pointer dereference: entry - otherwise it is redundant to check if entry is null at line 599
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/search.c353errormemleakfalseMemory leak: entry
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/search.c411errormemleakfalseMemory leak: entry
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui.c479errornullPointerfalsePossible null pointer dereference: nsdir_temp - otherwise it is redundant to check if nsdir_temp is null at line 477
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui.c592errornullPointerfalsePossible null pointer dereference: path - otherwise it is redundant to check if path is null at line 589
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui.c927errornullPointerfalsePossible null pointer dereference: url - otherwise it is redundant to check if url is null at line 923
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/menus.c664errornullPointerfalsePossible null pointer dereference: definition_entry - otherwise it is redundant to check if definition_entry is null at line 662
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/menus.c665errornullPointerfalsePossible null pointer dereference: definition_entry - otherwise it is redundant to check if definition_entry is null at line 662
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/menus.c666errornullPointerfalsePossible null pointer dereference: definition_entry - otherwise it is redundant to check if definition_entry is null at line 662
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/menus.c667errornullPointerfalsePossible null pointer dereference: definition_entry - otherwise it is redundant to check if definition_entry is null at line 662
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/sslcert.c262errordeallocDeallocfalseDeallocating a deallocated pointer: sslcert_window
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/base64.c439errormemleakfalseMemory leak: out
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/container.c732errormemleakfalseMemory leak: themefile
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/container.c732errormemleakfalseMemory leak: dirname
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/filepath.c245errormemleakOnReallocfalseCommon realloc mistake: 'exp' nulled but not freed upon failure
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/messages.c174errornullPointerfalsePossible null pointer dereference: buff
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c5202warningconstStatementfalseRedundant code: Found a statement that begins with numeric constant
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c5224warningconstStatementfalseRedundant code: Found a statement that begins with numeric constant
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/ctxmenu.c93warningmemsetZeroBytesfalsememset() called to fill 0 bytes of '&'
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gemtk/msgbox.c93warningstrncatUsagefalseDangerous usage of strncat - 3rd parameter is the maximum number of characters to append.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gemtk/msgbox.c94warningstrncatUsagefalseDangerous usage of strncat - 3rd parameter is the maximum number of characters to append.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gemtk/msgbox.c95warningstrncatUsagefalseDangerous usage of strncat - 3rd parameter is the maximum number of characters to append.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gemtk/msgbox.c97warningstrncatUsagefalseDangerous usage of strncat - 3rd parameter is the maximum number of characters to append.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gemtk/objc.c283warningredundantStrcpyInSwitchfalseSwitch case fall-through. Redundant strcpy of "area".
solved/var/lib/jenkins/workspace/cppcheck-netsurf/beos/scaffolding.cpp1536warninginvalidscanffalsescanf without field width limits can crash with huge input data
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/layout.c3470warningpointerSizefalseUsing size of pointer col instead of size of its data.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/layout.c3471warningpointerSizefalseUsing size of pointer excess_y instead of size of its data.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/layout.c3472warningpointerSizefalseUsing size of pointer row_span instead of size of its data.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/layout.c3473warningpointerSizefalseUsing size of pointer row_span_cell instead of size of its data.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/dialog.c251warningterminateStrncpyfalseThe buffer 'name' may not be zero-terminated after the call to strncpy().
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/download.c251warningpointerSizefalseUsing size of pointer dw instead of size of its data.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/download.c394warningpointerSizefalseUsing size of pointer dw instead of size of its data.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/download.c464warningpointerSizefalseUsing size of pointer dw instead of size of its data.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/download.c1343warningpointerSizefalseUsing size of pointer dw instead of size of its data.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui.c2445warningconstStatementfalseRedundant code: Found a statement that begins with numeric constant
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui.c2446warningconstStatementfalseRedundant code: Found a statement that begins with numeric constant
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui.c2447warningconstStatementfalseRedundant code: Found a statement that begins with numeric constant
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui/button_bar.c888warningassignmentInAssertfalseAssert statement modifies 'w'.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c700warningpointerSizefalseUsing size of pointer g instead of size of its data.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c3470warningcomparisonOfBoolWithIntfalseComparison of a boolean with an integer
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c3472warningcomparisonOfBoolWithIntfalseComparison of a boolean with an integer
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/bloom.c124warninginvalidscanffalsescanf without field width limits can crash with huge input data
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/bloom.c138warninginvalidscanffalsescanf without field width limits can crash with huge input data
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/bloom.c146warninginvalidscanffalsescanf without field width limits can crash with huge input data
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/container.c124warningsizeofCalculationfalseFound calculation inside sizeof()
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/hashtable.c309warninginvalidscanffalsescanf without field width limits can crash with huge input data
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/hashtable.c310warninginvalidscanffalsescanf without field width limits can crash with huge input data
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/hashtable.c319warninginvalidscanffalsescanf without field width limits can crash with huge input data
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/hashtable.c320warninginvalidscanffalsescanf without field width limits can crash with huge input data
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/nsoption.c108warninginvalidscanffalsescanf without field width limits can crash with huge input data
solveddesktop/gui.h70styleunnecessaryForwardDeclarationfalseStruct 'nsurl' forward declaration unnecessary, already declared
solveddesktop/browser_private.h33styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/arexx.c199stylevariableScopefalseThe scope of the variable 'windows' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/arexx.c572stylevariableScopefalseThe scope of the variable 'windows' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/arexx.c199styleunreadVariablefalseVariable 'tabs' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/arexx.c201styleunusedVariablefalseUnused variable: gwin
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/arexx.c572styleunreadVariablefalseVariable 'tabs' is assigned a value that is never used
solvedamiga/filetype.h27styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/clipboard.c193stylevariableScopefalseThe scope of the variable 'codeset' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/clipboard.c188styleunusedVariablefalseUnused variable: cn
solveddesktop/download.h30styleunnecessaryForwardDeclarationfalseStruct 'llcache_handle' forward declaration unnecessary, already declared
solvedamiga/icon.h41styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solveddesktop/save_complete.h31styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/download.c350stylevariableScopefalseThe scope of the variable 'fh' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/download.c404stylevariableScopefalseThe scope of the variable 'fh' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/download.c405stylevariableScopefalseThe scope of the variable 'oldsize' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/download.c92styleunreadVariablefalseVariable 'mime_type' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/drag.c103styleunusedVariablefalseUnused variable: source_data
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/drag.c198styleunusedVariablefalseUnused variable: icondata1
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/drag.c200styleunreadVariablefalseVariable 'format' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/drag.c201styleunreadVariablefalseVariable 'err' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/dt_anim.c344stylevariableHidingTypedeffalseVariable 'colour' hides typedef with same name
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/dt_anim.c95styleunusedVariablefalseUnused variable: dt_mime
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/dt_anim.c164styleunusedVariablefalseUnused variable: title
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/dt_anim.c168styleunusedVariablefalseUnused variable: dto
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/dt_anim.c171styleunreadVariablefalseVariable 'bm_format' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/dt_picture.c178stylevariableScopefalseThe scope of the variable 'bm_flags' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/dt_picture.c65styleunusedVariablefalseUnused variable: dt_mime
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/dt_picture.c217styleunusedVariablefalseUnused variable: msg_data
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/dt_picture.c220styleunusedVariablefalseUnused variable: bm_buffer
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/dt_picture.c223styleunreadVariablefalseVariable 'bm_flags' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/dt_picture.c224styleunreadVariablefalseVariable 'bm_format' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/dt_sound.c80styleunusedVariablefalseUnused variable: dt_mime
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/dt_sound.c149styleunusedVariablefalseUnused variable: msg_data
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/dt_sound.c151styleunusedVariablefalseUnused variable: title
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/dt_sound.c154styleunusedVariablefalseUnused variable: dto
solveddesktop/print.h39styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solveddesktop/save_text.h28styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/file.c154stylevariableScopefalseThe scope of the variable 'lock' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/file.c158stylevariableScopefalseThe scope of the variable 'fh' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/file.c53styleunusedVariablefalseUnused variable: buffer
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/filetype.c58stylevariableScopefalseThe scope of the variable 'ttype' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/filetype.c60stylevariableScopefalseThe scope of the variable 'lock' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/filetype.c176styleunusedVariablefalseUnused variable: type
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/filetype.c178styleunusedVariablefalseUnused variable: error
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/font.c207styleunusedVariablefalseUnused variable: len
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/font.c207styleunreadVariablefalseVariable 'utf8len' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/font.c208styleunusedVariablefalseUnused variable: utf8
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/font.c400styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/font.c406styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/font.c412styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/font_scan.c297stylevariableScopefalseThe scope of the variable 'i' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c467stylevariableHidingTypedeffalseVariable 'colour' hides typedef with same name
solvedamiga/plugin_hack.h25styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c254stylevariableScopefalseThe scope of the variable 'acceptlangs2' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c255stylevariableScopefalseThe scope of the variable 'i' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c552stylevariableScopefalseThe scope of the variable 'lock' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c642stylevariableScopefalseThe scope of the variable 'amiupdatefh' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c332styleunreadVariablefalseVariable 'free_rmap' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c1229styleunusedVariablefalseUnused variable: xs
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c1229styleunusedVariablefalseUnused variable: ys
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c1451styleunreadVariablefalseVariable 'message' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c1458styleunusedVariablefalseUnused variable: item
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c1461styleunusedVariablefalseUnused variable: i
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c2167styleunusedVariablefalseUnused variable: dobj
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c2751styleunusedVariablefalseUnused variable: i
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c3173styleunreadVariablefalseVariable 'closegadg' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c3174styleunusedVariablefalseUnused variable: node
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4174styleunusedVariablefalseUnused variable: clip
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4175styleunusedVariablefalseUnused variable: temprp
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4176styleunusedVariablefalseUnused variable: posx
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4176styleunusedVariablefalseUnused variable: posy
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4299styleunreadVariablefalseVariable 'reg' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4301styleunreadVariablefalseVariable 'c' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4305styleunreadVariablefalseVariable 'morescroll' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4343styleunusedVariablefalseUnused variable: x0
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4343styleunusedVariablefalseUnused variable: y0
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4343styleunusedVariablefalseUnused variable: x1
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4343styleunusedVariablefalseUnused variable: y1
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4434styleunusedVariablefalseUnused variable: nregrect
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4708styleunusedVariablefalseUnused variable: fname
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4822styleunusedVariablefalseUnused variable: bbox
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4823styleunusedVariablefalseUnused variable: xs
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4823styleunusedVariablefalseUnused variable: ys
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4883styleunreadVariablefalseVariable 'reqrefresh' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4885styleunusedVariablefalseUnused variable: urltxt
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4959styleunreadVariablefalseVariable 'box_x' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/gui.c4959styleunreadVariablefalseVariable 'box_y' is assigned a value that is never used
solveddesktop/searchweb.h27styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/history_local.c77styleunusedVariablefalseUnused variable: bbox
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/history_local.c242styleunusedVariablefalseUnused variable: item
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/icon.c368styleunreadVariablefalseVariable 'err' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/icon.c423styleunreadVariablefalseVariable 'bm' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/icon.c427styleunreadVariablefalseVariable 'err' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/icon.c142styleunreadVariablefalseVariable 'err' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/iff_dr2d.c73stylevariableScopefalseThe scope of the variable 'i' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/iff_dr2d.c74stylevariableScopefalseThe scope of the variable 'j' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/iff_dr2d.c52styleunusedVariablefalseUnused variable: i
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/iff_dr2d.c345styleunusedVariablefalseUnused variable: n
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/iff_dr2d.c34stylevariableHidingTypedeffalseVariable 'colour' hides typedef with same name
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/iff_dr2d.c53stylevariableHidingTypedeffalseVariable 'colour' hides typedef with same name
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/launch.c131stylevariableScopefalseThe scope of the variable 'fptr' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/launch.c108styleunusedVariablefalseUnused variable: ami_p
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/menu.c1099stylevariableScopefalseThe scope of the variable 'lock' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/menu.c459styleunusedVariablefalseUnused variable: i
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/menu.c720styleunreadVariablefalseVariable 'error' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/menu.c1032styleunusedVariablefalseUnused variable: error
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/misc.c46stylevariableScopefalseThe scope of the variable 'result' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/misc.c111styleunusedVariablefalseUnused variable: tmps
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/plotters.c242stylevariableHidingTypedeffalseFunction parameter 'colour' hides typedef with same name
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/plotters.c281stylevariableHidingTypedeffalseFunction parameter 'colour' hides typedef with same name
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/plotters.c293stylevariableHidingTypedeffalseFunction parameter 'colour' hides typedef with same name
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/plotters.c476stylevariableScopefalseThe scope of the variable 'k' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/plotters.c948styleunusedVariablefalseUnused variable: old_p
solvedcss/css.h28styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/plugin_hack.c133styleunreadVariablefalseVariable 'plugin' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/print.c378styleunusedVariablefalseUnused variable: print_height
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/stringview/stringview.c65styleunreadVariablefalseVariable 'gad' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/stringview/stringview.c760styleunreadVariablefalseVariable 'data' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/stringview/stringview.c862styleunusedVariablefalseUnused variable: libbase
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/theme.c292stylevariableScopefalseThe scope of the variable 'ptrfile' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/theme.c159styleunusedVariablefalseUnused variable: dto
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/theme.c284styleunusedVariablefalseUnused variable: dobj
solveddesktop/thumbnail.h30styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/thumbnail.c71styleunreadVariablefalseVariable 'resample_scale' is assigned a value that is never used
solvedatari/plot/fontplot.h42stylevariableHidingTypedeffalseTypedef 'colour' hides typedef with same name
solveddesktop/browser.h38styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/about.c53stylevariableScopefalseThe scope of the variable 'content_len' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/about.c55stylevariableScopefalseThe scope of the variable 'cur_x' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/about.c55stylevariableScopefalseThe scope of the variable 'cur_y' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/about.c122stylevariableScopefalseThe scope of the variable 'nserr' can be reduced
solveddesktop/gui.h68styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/certview.c147styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/certview.c183styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/certview.c158styleunusedVariablefalseUnused variable: gw
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/certview.c160styleunreadVariablefalseVariable 'cur_url' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/certview.c161styleunreadVariablefalseVariable 'cur_title' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/clipboard.c66stylevariableScopefalseThe scope of the variable 'file' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/clipboard.c67stylevariableScopefalseThe scope of the variable 'len' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/cookies.c108styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/cookies.c118styleunreadVariablefalseVariable 'tv' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/cookies.c120styleunusedVariablefalseUnused variable: gemtk_win
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/cookies.c121styleunusedVariablefalseUnused variable: gw
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/cookies.c122styleunreadVariablefalseVariable 'cur_url' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/cookies.c123styleunreadVariablefalseVariable 'cur_title' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/ctxmenu.c74styleunusedVariablefalseUnused variable: ccdata
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/ctxmenu.c169styleunreadVariablefalseVariable 'err' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/ctxmenu.c170styleunusedVariablefalseUnused variable: lastslash
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/deskmenu.c617stylevariableScopefalseThe scope of the variable 'keycode' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/deskmenu.c338styleunreadVariablefalseVariable 'visible' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/deskmenu.c617styleunreadVariablefalseVariable 'keycode' is assigned a value that is never used
solvedrender/html.h45styleunnecessaryForwardDeclarationfalseStruct 'http_parameter' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/download.c368stylevariableScopefalseThe scope of the variable 'p' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/download.c369stylevariableScopefalseThe scope of the variable 'speed' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/download.c254styleunreadVariablefalseVariable 'url' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/download.c370styleunreadVariablefalseVariable 'pf' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/download.c374styleunreadVariablefalseVariable 'tree' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/download.c430styleunreadVariablefalseVariable 'tree' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/filetype.c64stylevariableScopefalseThe scope of the variable 'n' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/filetype.c65stylevariableScopefalseThe scope of the variable 'c' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gemtk/guiwin.c1341styleduplicateExpressionfalseSame expression on both sides of '&&'.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gemtk/guiwin.c132styleunusedVariablefalseUnused variable: old_val
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gemtk/guiwin.c479styleunreadVariablefalseVariable 'r' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gemtk/guiwin.c508styleunreadVariablefalseVariable 'r' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gemtk/guiwin.c1378styleunusedVariablefalseUnused variable: scroll_px_x
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gemtk/guiwin.c1378styleunusedVariablefalseUnused variable: scroll_px_y
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gemtk/guiwin.c1381styleunusedVariablefalseUnused variable: edit_idx
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gemtk/objc.c30styleunusedVariablefalseUnused variable: user
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gemtk/objc.c31styleunusedVariablefalseUnused variable: retval
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gemtk/objc.c74styleunusedVariablefalseUnused variable: ted
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gemtk/utils.c126styleunusedVariablefalseUnused variable: tmp_str
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gui.c685stylevariableScopefalseThe scope of the variable 'clip_len' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gui.c699stylevariableScopefalseThe scope of the variable 'ret' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gui.c144styleunreadVariablefalseVariable 'nkc' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gui.c157styleunusedVariablefalseUnused variable: g
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gui.c392styleunreadVariablefalseVariable 'b' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gui.c422styleunusedVariablefalseUnused variable: x
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gui.c422styleunusedVariablefalseUnused variable: y
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gui.c433styleunreadVariablefalseVariable 'units' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/gui.c770styleunusedVariablefalseUnused variable: bres
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/history.c109styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/history.c119styleunreadVariablefalseVariable 'tv' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/history.c121styleunusedVariablefalseUnused variable: gemtk_win
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/history.c122styleunusedVariablefalseUnused variable: gw
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/history.c123styleunreadVariablefalseVariable 'cur_url' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/history.c124styleunreadVariablefalseVariable 'cur_title' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/hotlist.c113styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/hotlist.c97styleunreadVariablefalseVariable 'gemtk_win' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/hotlist.c298styleunusedVariablefalseUnused variable: root
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/hotlist.c299styleunreadVariablefalseVariable 'selected' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/hotlist.c300styleunreadVariablefalseVariable 'folder' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/misc.c234stylevariableScopefalseThe scope of the variable 'len' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/osspec.c77styleunusedVariablefalseUnused variable: oldsp
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/osspec.c125styleunreadVariablefalseVariable 'e' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/font_vdi.c134styleunusedVariablefalseUnused variable: i
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/font_vdi.c162styleunreadVariablefalseVariable 'cpos' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/font_vdi.c211styleunreadVariablefalseVariable 'curpx' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/plot.c1529styleunusedVariablefalseUnused variable: i
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/plot.c1662styleunreadVariablefalseVariable 'i' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/plot.c1860styleunusedVariablefalseUnused variable: d
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/plot.c1897styleunreadVariablefalseVariable 'newclip' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/plot.c638styleduplicateExpressionfalseSame expression on both sides of '&&'.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/plot.c1595stylevariableScopefalseThe scope of the variable 'graytone' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/plot.c1662stylevariableScopefalseThe scope of the variable 'i' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/plot.c628styleunreadVariablefalseVariable 'ret' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/plot.c1019styleunusedVariablefalseUnused variable: err
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/plot.c1021styleunreadVariablefalseVariable 'process_w' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/plot.c1021styleunreadVariablefalseVariable 'process_h' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/plot.c1023styleunusedVariablefalseUnused variable: source
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/plot.c1593styleunusedVariablefalseUnused variable: col
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/rootwin.c890stylevariableScopefalseThe scope of the variable 'i' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/rootwin.c102styleunreadVariablefalseVariable 'prev_x' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/rootwin.c103styleunreadVariablefalseVariable 'prev_y' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/rootwin.c106styleunusedVariablefalseUnused variable: obj
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/rootwin.c471styleunusedVariablefalseUnused variable: units
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/rootwin.c513styleunusedVariablefalseUnused variable: ta
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/rootwin.c572styleunusedVariablefalseUnused variable: info
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/rootwin.c572styleunusedVariablefalseUnused variable: dummy
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/rootwin.c700styleunreadVariablefalseVariable 'obj' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/rootwin.c771styleunreadVariablefalseVariable 'work_clip' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/rootwin.c1026styleunusedVariablefalseUnused variable: toolbar_rdrw_required
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/rootwin.c1370styleunusedVariablefalseUnused variable: gw_tmp
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/rootwin.c1400styleunusedVariablefalseUnused variable: handle
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/rootwin.c1418styleunusedVariablefalseUnused variable: toolbar
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/search.c238styleunusedVariablefalseUnused variable: check
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/search.c268styleunusedVariablefalseUnused variable: fwd
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/search.c269styleunreadVariablefalseVariable 'flags' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/settings.c407styleunusedVariablefalseUnused variable: i
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/settings.c817styleunreadVariablefalseVariable 'edit_idx' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/settings.c818styleunusedVariablefalseUnused variable: slid
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/statusbar.c52stylevariableScopefalseThe scope of the variable 'i' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/statusbar.c117styleunreadVariablefalseVariable 'r' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/statusbar.c148styleunreadVariablefalseVariable 'prevstate' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/statusbar.c149styleunusedVariablefalseUnused variable: sbuff
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/statusbar.c149styleunusedVariablefalseUnused variable: mx
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/statusbar.c149styleunusedVariablefalseUnused variable: my
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/toolbar.c431stylevariableScopefalseThe scope of the variable 'old_scale' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/toolbar.c477styleunusedVariablefalseUnused variable: ns_url
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/toolbar.c478styleunusedVariablefalseUnused variable: c_url
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/toolbar.c479styleunusedVariablefalseUnused variable: c_url_len
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/toolbar.c774styleunusedVariablefalseUnused variable: old
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/toolbar.c775styleunusedVariablefalseUnused variable: toolbar_tree
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/toolbar.c822styleunreadVariablefalseVariable 'mstate' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/treeview.c437stylevariableScopefalseThe scope of the variable 'bms' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/treeview.c345styleunreadVariablefalseVariable 'r' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/treeview.c351styleunreadVariablefalseVariable 'nks' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/treeview.c375styleunreadVariablefalseVariable 'slid' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/treeview.c438styleunreadVariablefalseVariable 'ignore' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/treeview.c639styleunreadVariablefalseVariable 'tmp' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/treeview.c756styleunreadVariablefalseVariable 'tv' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/verify_ssl.c62styleunreadVariablefalseVariable 'max' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/verify_ssl.c63styleunusedVariablefalseUnused variable: i
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/verify_ssl.c81styleunreadVariablefalseVariable 'px_xpos' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/verify_ssl.c164styleunusedVariablefalseUnused variable: dispw
solveddesktop/gui.h69styleunnecessaryForwardDeclarationfalseStruct 'download_context' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/beos/fetch_rsrc.cpp154styleunreadVariablefalseVariable 'at' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/beos/fetch_rsrc.cpp156styleunreadVariablefalseVariable 'comma' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/beos/fetch_rsrc.cpp157styleunusedVariablefalseUnused variable: unescaped
solved/var/lib/jenkins/workspace/cppcheck-netsurf/beos/font.cpp245styleunreadVariablefalseVariable 'size' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/beos/gui.cpp681styleunreadVariablefalseVariable 'len' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/beos/gui.cpp697styleunreadVariablefalseVariable 'len' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/beos/thumbnail.cpp72styleunreadVariablefalseVariable 'depth' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/beos/window.cpp682styleunreadVariablefalseVariable 'scale' is assigned a value that is never used
solvedcontent/mimesniff.h31styleunnecessaryForwardDeclarationfalseStruct 'llcache_handle' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/content/hlcache.c587styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/content/hlcache.c580styleunreadVariablefalseVariable 'entry_handle' is assigned a value that is never used
solvedcontent/content_factory.h49styleunnecessaryForwardDeclarationfalseStruct 'llcache_handle' forward declaration unnecessary, already declared
solvedcontent/content.h47styleunnecessaryForwardDeclarationfalseStruct 'llcache_handle' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/content/llcache.c760stylevariableScopefalseThe scope of the variable 'error' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/content/urldb.c2018styleunreachableCodefalseStatements following return, break, continue, goto or throw will never be executed.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/content/urldb.c152styleunusedStructMemberfalsestruct or union member 'cache_internal_data::filename' is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/css/css.c532stylevariableScopefalseThe scope of the variable 'accept' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/css/css.c325styleduplicateBranchfalseFound duplicate branches for if and else.
solveddesktop/browser_history.h31styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solvedrender/html.h44styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/browser.c370stylevariableScopefalseThe scope of the variable 'gtype' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/browser.c998stylevariableScopefalseThe scope of the variable 'error' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/browser.c2243stylevariableScopefalseThe scope of the variable 'i' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/browser.c1062styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/frames.c809stylevariableScopefalseThe scope of the variable 'left' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/frames.c809stylevariableScopefalseThe scope of the variable 'right' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/frames.c809stylevariableScopefalseThe scope of the variable 'up' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/frames.c809stylevariableScopefalseThe scope of the variable 'down' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/frames.c810stylevariableScopefalseThe scope of the variable 'resize_margin' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/frames.c348styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/global_history.c205stylevariableScopefalseThe scope of the variable 'err' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/hotlist.c624stylevariableScopefalseThe scope of the variable 'err' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/hotlist.c1353stylevariableScopefalseThe scope of the variable 'err' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/knockout.c574stylevariableScopefalseThe scope of the variable 'kx0' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/knockout.c574stylevariableScopefalseThe scope of the variable 'ky0' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/knockout.c574stylevariableScopefalseThe scope of the variable 'kx1' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/knockout.c574stylevariableScopefalseThe scope of the variable 'ky1' can be reduced
solvedrender/textplain.h32styleunnecessaryForwardDeclarationfalseStruct 'http_parameter' forward declaration unnecessary, already declared
solvedrender/textplain.h31styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/netsurf.c145styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/save_complete.c921stylevariableScopefalseThe scope of the variable 'ret' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/save_complete.c937stylevariableScopefalseThe scope of the variable 'text_len' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/save_pdf/pdf_plotters.c147stylevariableScopefalseThe scope of the variable 'dash' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/system_colour.c97stylevariableHidingTypedeffalseVariable 'colour' hides typedef with same name
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c248stylevariableScopefalseThe scope of the variable 'y0' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c248stylevariableScopefalseThe scope of the variable 'y1' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c249stylevariableScopefalseThe scope of the variable 'y' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c349stylevariableScopefalseThe scope of the variable 'b_off' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c350stylevariableScopefalseThe scope of the variable 'i' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c351stylevariableScopefalseThe scope of the variable 'index' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c352stylevariableScopefalseThe scope of the variable 'y' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c501stylevariableScopefalseThe scope of the variable 'swap' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c2052stylevariableScopefalseThe scope of the variable 'b_off' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c2386stylevariableScopefalseThe scope of the variable 'length' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c2386stylevariableScopefalseThe scope of the variable 'b_off' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c2386stylevariableScopefalseThe scope of the variable 'b_len' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c2391stylevariableScopefalseThe scope of the variable 'x' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c2391stylevariableScopefalseThe scope of the variable 'y' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c641styleclarifyConditionfalseSuspicious condition (assignment+comparison), it can be clarified with parentheses
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/textarea.c685styleclarifyConditionfalseSuspicious condition (assignment+comparison), it can be clarified with parentheses
solvedrender/layout.h31styleunnecessaryForwardDeclarationfalseStruct 'html_content' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/treeview.c2587styleduplicateIffalseFound duplicate if expressions.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/desktop/treeview.c3058stylevariableScopefalseThe scope of the variable 'err' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/framebuffer/convert_image.c276stylevariableScopefalseThe scope of the variable 'i' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/framebuffer/convert_image.c276stylevariableScopefalseThe scope of the variable 'j' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/framebuffer/convert_image.c277stylevariableScopefalseThe scope of the variable 'start' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/framebuffer/convert_image.c277stylevariableScopefalseThe scope of the variable 'step' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/framebuffer/font_freetype.c83stylevariableScopefalseThe scope of the variable 'cidx' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/dialogs/preferences.c591stylevariableScopefalseThe scope of the variable 'theme' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/download.c42styleunnecessaryForwardDeclarationfalseStruct 'download_context' forward declaration unnecessary, already declared
solvedgtk/scaffolding.h25styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solvedgtk/print.h29styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/print.c552stylevariableScopefalseThe scope of the variable 'page_number' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/print.c553stylevariableScopefalseThe scope of the variable 'height_on_page' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/print.c63stylevariableHidingTypedeffalseVariable 'colour' hides typedef with same name
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/scaffolding.c422stylevariableScopefalseThe scope of the variable 'error' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/scaffolding.c531stylevariableScopefalseThe scope of the variable 'error' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/sexy_icon_entry.c98styleunreadVariablefalseVariable 'entry_class' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/sexy_icon_entry.c404styleunreadVariablefalseVariable 'gtkentry' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/tabs.c144stylevariableScopefalseThe scope of the variable 'error' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/tabs.c144styleunreadVariablefalseVariable 'error' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/theme.c72stylevariableScopefalseThe scope of the variable 'filelength' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/toolbar.c605stylevariableScopefalseThe scope of the variable 'q' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/toolbar.c605stylevariableScopefalseThe scope of the variable 'i' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/window.c412stylevariableScopefalseThe scope of the variable 'value' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/image/gif.c139stylevariableScopefalseThe scope of the variable 'delay' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/image/image.c49styleunusedVariablefalseUnused variable: error
solved/var/lib/jenkins/workspace/cppcheck-netsurf/image/png.c411stylevariableScopefalseThe scope of the variable 'hloop' can be reduced
solvedrender/form.h36styleunnecessaryForwardDeclarationfalseStruct 'html_content' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/box_construct.c1453stylevariableScopefalseThe scope of the variable 'ok' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/box_construct.c2232stylevariableScopefalseThe scope of the variable 'i' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/box_construct.c2385stylevariableScopefalseThe scope of the variable 'error' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/form.c1061stylevariableScopefalseThe scope of the variable 'line_height_with_spacing' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/form.c1064stylevariableScopefalseThe scope of the variable 'total_height' can be reduced
solvedrender/imagemap.h27styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solvedrender/imagemap.h26styleunnecessaryForwardDeclarationfalseStruct 'html_content' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/html.c1332stylevariableScopefalseThe scope of the variable 'i' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/html_interaction.c889stylevariableScopefalseThe scope of the variable 'drag_type' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/html_redraw.c73stylevariableHidingTypedeffalseVariable 'colour' hides typedef with same name
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/html_redraw.c1904stylevariableScopefalseThe scope of the variable 'x_scrolled' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/html_redraw.c1904stylevariableScopefalseThe scope of the variable 'y_scrolled' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/html_redraw.c1906stylevariableScopefalseThe scope of the variable 'has_x_scroll' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/html_redraw.c1906stylevariableScopefalseThe scope of the variable 'has_y_scroll' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/layout.c4458styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/layout.c1181stylevariableScopefalseThe scope of the variable 'h' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/layout.c4046styleunreadVariablefalseVariable 'fixed_width' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/table.c533stylevariableScopefalseThe scope of the variable 'b_src' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/configure.c180stylevariableScopefalseThe scope of the variable 'max_icons_per_line' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/configure.c182stylevariableScopefalseThe scope of the variable 'x' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/configure.c182stylevariableScopefalseThe scope of the variable 'y' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/configure.c182stylevariableScopefalseThe scope of the variable 'l' can be reduced
solvedriscos/hotlist.h39styleunnecessaryForwardDeclarationfalseStruct 'nsurl' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/dialog.c410stylevariableScopefalseThe scope of the variable 'dimension' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/dialog.c411stylevariableScopefalseThe scope of the variable 'scroll_width' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/font.c87styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/font.c256styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/font.c305styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/font.c366styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/font.c399styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/font.c446styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui.c1862stylevariableScopefalseThe scope of the variable 'len' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui.c1451styleunreadVariablefalseVariable 'tree_file_type' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui/button_bar.c134styleunreadVariablefalseVariable 'failed' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui/button_bar.c251styleunreadVariablefalseVariable 'error' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui/progress_bar.c404stylevariableScopefalseThe scope of the variable 'progress_ymid' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui/progress_bar.c287styleunreadVariablefalseVariable 'error' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui/progress_bar.c369styleunreadVariablefalseVariable 'error' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui/status_bar.c348stylevariableScopefalseThe scope of the variable 'redraw_left' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui/status_bar.c348stylevariableScopefalseThe scope of the variable 'redraw_right' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui/status_bar.c346styleunreadVariablefalseVariable 'window_height' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/gui/status_bar.c482styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/help.c229stylevariableScopefalseThe scope of the variable 'err' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/message.c192stylevariableScopefalseThe scope of the variable 'ref' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/save.c621stylevariableScopefalseThe scope of the variable 'err' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/save.c1225stylevariableScopefalseThe scope of the variable 'i' can be reduced
solvedriscos/save_draw.h25styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solvedriscos/save_pdf.h25styleunnecessaryForwardDeclarationfalseStruct 'hlcache_handle' forward declaration unnecessary, already declared
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/search.c51styleunusedStructMemberfalsestruct or union member 'search_static_data::flags' is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/search.c52styleunusedStructMemberfalsestruct or union member 'search_static_data::string' is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/textarea.c913stylevariableScopefalseThe scope of the variable 'utf8_len' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/textarea.c1068stylevariableScopefalseThe scope of the variable 'clip_x0' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/textarea.c1068stylevariableScopefalseThe scope of the variable 'clip_x1' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/textarea.c1068styleunreadVariablefalseVariable 'clip_x0' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/textarea.c1068styleunreadVariablefalseVariable 'clip_x1' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/textarea.c585styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/textarea.c659styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/textarea.c751styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/textarea.c1156styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/textselection.c395stylevariableScopefalseThe scope of the variable 'size' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/textselection.c397stylevariableScopefalseThe scope of the variable 'ret' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/toolbar.c596styleunreadVariablefalseVariable 'xeig' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/toolbar.c596styleunreadVariablefalseVariable 'yeig' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/toolbar.c849styleclarifyCalculationfalseClarify calculation precedence for + and ?
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/treeview.c614stylevariableScopefalseThe scope of the variable 'new_x_scroll' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/treeview.c614stylevariableScopefalseThe scope of the variable 'new_y_scroll' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/url_complete.c659stylevariableScopefalseThe scope of the variable 'old_selection' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/url_suggest.c92stylevariableScopefalseThe scope of the variable 'i' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/wimp.c274stylevariableScopefalseThe scope of the variable 'button_type' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/wimp_event.c1166stylevariableScopefalseThe scope of the variable 'xpos' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/wimp_event.c1166stylevariableScopefalseThe scope of the variable 'ypos' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/wimp_event.c1166stylevariableScopefalseThe scope of the variable 'line_height' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/wimp_event.c1166stylevariableScopefalseThe scope of the variable 'gap_height' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/wimp_event.c1166stylevariableScopefalseThe scope of the variable 'entry' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c414stylevariableScopefalseThe scope of the variable 'win_width' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c414stylevariableScopefalseThe scope of the variable 'win_height' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c414stylevariableScopefalseThe scope of the variable 'scroll_width' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c686stylevariableScopefalseThe scope of the variable 'scale_disp' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c974stylevariableScopefalseThe scope of the variable 'scroll' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c1507stylevariableScopefalseThe scope of the variable 'size' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c1507stylevariableScopefalseThe scope of the variable 'fheight' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c1507stylevariableScopefalseThe scope of the variable 'fwidth' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c1508stylevariableScopefalseThe scope of the variable 'no_vscroll' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c1508stylevariableScopefalseThe scope of the variable 'no_hscroll' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c3862stylevariableScopefalseThe scope of the variable 'err' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c3992stylevariableScopefalseThe scope of the variable 'error' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c1507styleunreadVariablefalseVariable 'fheight' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/window.c1507styleunreadVariablefalseVariable 'fwidth' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/test/nsurl.c179styleunusedVariablefalseUnused variable: url
solved/var/lib/jenkins/workspace/cppcheck-netsurf/test/urldbtest.c158styleunusedVariablefalseUnused variable: i
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/container.c588styleunreadVariablefalseVariable 't' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/nsoption.c261styleunsignedLessThanZerofalseChecking if unsigned variable 'entry' is less than zero.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/nsoption.c740styleunsignedLessThanZerofalseChecking if unsigned variable 'entry_loop' is less than zero.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/nsurl.c563styleduplicateIffalseFound duplicate if expressions.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/talloc.c139styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/url.c382stylevariableScopefalseThe scope of the variable 'len' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/url.c382stylevariableScopefalseThe scope of the variable 'buf_len' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/url.c686stylevariableScopefalseThe scope of the variable 'i' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/utils.c531styleduplicateBranchfalseFound duplicate branches for if and else.
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/utils.c96stylevariableScopefalseThe scope of the variable 'i' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/utils/utils.c96stylevariableScopefalseThe scope of the variable 'j' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/windows/gui.c86stylevariableScopefalseThe scope of the variable 'timer_id' can be reduced
solved/var/lib/jenkins/workspace/cppcheck-netsurf/windows/gui.c819styleunreadVariablefalseVariable 'content' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/windows/gui.c1734styleunreadVariablefalseVariable 'content' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/windows/plot.c680styleunreadVariablefalseVariable 'bltres' is assigned a value that is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/riscos/assert.c33styleunusedFunctionfalseThe function '__assert2' is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/clipboard.c54styleunusedFunctionfalseThe function 'ami_clipboard_iffp_clear_stopchunk' is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/amiga/bitmap.c291styleunusedFunctionfalseThe function 'bitmap_dump' is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/html.c606styleunusedFunctionfalseThe function 'dom_default_action_DOMNodeInserted_cb' is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/render/html.c659styleunusedFunctionfalseThe function 'dom_default_action_DOMSubtreeModified_cb' is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/framebuffer/fbtk/fbtk.c50styleunusedFunctionfalseThe function 'dump_tk_tree' is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/atari/plot/plot.c297styleunusedFunctionfalseThe function 'fbrect_to_screen' is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/beos/gui.cpp960styleunusedFunctionfalseThe function 'nsbeos_create_ssl_verify_window' is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/sexy_icon_entry.c93styleunusedFunctionfalseThe function 'sexy_icon_entry_class_init' is never used
solved/var/lib/jenkins/workspace/cppcheck-netsurf/gtk/sexy_icon_entry.c175styleunusedFunctionfalseThe function 'sexy_icon_entry_init' is never used
unchangedinformationmissingIncludefalseCppcheck cannot find all the include files (use --check-config for details)