################################################################################
#
# 【頻出エラーランキング】 (2017年02月28日00時30分48秒 集計)
#
#  期間: 2016年09月29日 -- 2017年02月27日
#
################################################################################
# 順位   回数   エラーメッセージ
################################################################################
  1位  4640回	'xxx' undeclared (first use in this function)
  2位  4044回	'xxx' に対する定義されていない参照です
  3位  4015回	incompatible type for argument NNN of 'xxx'
  4位  2999回	stray 'xxx' in program
  5位  2990回	'xxx' has no member named 'yyy'
  6位  2974回	unknown type name 'xxx'
  7位  2712回	passing argument NNN of 'xxx' from incompatible pointer type [enabled by default]
  8位  2667回	invalid type argument of ‘->’
  9位  2427回	request for member 'xxx' in something not a structure or union
 10位  2159回	expected ‘;’ before 'xxx' (token)
 11位  2126回	incompatible types when assigning to type 'xxx' from type 'yyy'
 12位  2075回	expected declaration or statement at end of input
 13位  1985回	expected expression before 'xxx' (token)
 14位  1941回	expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before 'xxx' (token)
 15位  1865回	format '%fff' expects argument of type 'xxx', but argument NNN has type 'yyy' 
 16位  1854回	too few arguments to function 'xxx'
 17位  1816回	passing argument NNN of 'xxx' makes pointer from integer without a cast [enabled by default]
 18位  1749回	conflicting types for 'xxx'
 19位  1645回	expected declaration specifiers or ‘...’ before 'xxx' (token)
 20位  1636回	expected identifier or ‘(’ before 'xxx' (token)
 21位  1257回	invalid operands to binary 'xxx'
 22位  1159回	expected ‘)’ before 'xxx' (token)
 23位  1085回	incompatible types when returning type 'xxx' but 'yyy' was expected
 24位   982回	comparison between pointer and integer [enabled by default]
 25位   764回	assignment makes pointer from integer without a cast [enabled by default]
 26位   753回	passing argument NNN of 'xxx' makes integer from pointer without a cast [enabled by default]
 27位   612回	data definition has no type or storage class [enabled by default]
 28位   574回	redefinition of 'xxx'
 29位   556回	expected declaration specifiers before 'xxx' (token)
 30位   524回	assignment of member 'xxx' in read-only object
 31位   511回	‘return’ with a value, in function returning void [enabled by default]
 32位   446回	lvalue required as left operand of assignment
 33位   404回	void value not ignored as it ought to be
 34位   386回	assignment makes integer from pointer without a cast [enabled by default]
 35位   361回	invalid type argument of unary ‘*’
 36位   349回	‘else’ without a previous ‘if’
 37位   332回	assignment from incompatible pointer type [enabled by default]
 38位   330回	expected ‘}’ before 'xxx'
 39位   321回	incompatible implicit declaration of built-in function 'xxx' [enabled by default]
 40位   307回	expected ‘;’, ‘,’ or ‘)’ before 'xxx' (token)
 41位   304回	parameter name omitted
 42位   298回	assignment of read-only location 'xxx'
 43位   287回	parameter names (without types) in function declaration [enabled by default]
 44位   285回	invalid use of void expression
 45位   270回	too many arguments to function 'xxx'
 46位   252回	format '%fff' expects a matching 'xxx' argument 
 47位   246回	return makes integer from pointer without a cast [enabled by default]
 48位   245回	passing argument NNN of 'xxx' discards ‘const’ qualifier from pointer target type [enabled by default]
 49位   237回	'xxx' undeclared here (not in a function)
 50位   214回	return makes pointer from integer without a cast [enabled by default]
 51位   207回	expected declaration specifiers or ‘...’ before string constant
 52位   197回	expected ‘{’ at end of input
 53位   195回	conflicting types for 'xxx' [enabled by default]
 54位   194回	assignment discards ‘const’ qualifier from pointer target type [enabled by default]
 55位   193回	initializer element is not constant
 56位   157回	multi-character character constant 
 57位   152回	break statement not within loop or switch
 58位   136回	expected statement before 'xxx' token
 59位   132回	expected identifier before 'xxx' (token)
 60位   120回	old-style parameter declarations in prototyped function definition
 61位   115回	lvalue required as unary ‘&’ operand
 61位   115回	subscripted value is neither array nor pointer nor vector
 63位   112回	array subscript is not an integer
 64位   105回	case label not within a switch statement
 64位   105回	return from incompatible pointer type [enabled by default]
 64位   105回	used struct type value where scalar is required
 67位    95回	expected declaration specifiers or ‘...’ before numeric constant
 68位    91回	'xxx' redeclared as different kind of symbol
 69位    83回	lvalue required as increment operand
 70位    80回	too many arguments for format 
 71位    73回	expected ‘)’ before numeric constant
 72位    70回	decrement of member 'xxx' in read-only object
 73位    69回	missing terminating " character
 73位    69回	missing terminating " character [enabled by default]
 73位    69回	parameter 'xxx' has just a forward declaration
 76位    64回	initialization makes integer from pointer without a cast [enabled by default]
 77位    63回	called object 'xxx' is not a function or function pointer
 78位    55回	expected ‘;’ before ‘
 78位    55回	redeclaration of 'xxx' with no linkage
 80位    51回	expected identifier or ‘(’ before numeric constant
 81位    45回	increment of member 'xxx' in read-only object
 82位    40回	expected ‘(’ before 'xxx' (token)
 82位    40回	zero-length gnu_printf format string 
 84位    39回	static declaration of  'xxx' follows non-static declaration
 85位    38回	invalid suffix "xxx" on integer constant
 86位    37回	character constant too long for its type [enabled by default]
 87位    36回	overflow in implicit constant conversion 
 88位    35回	assignment of read-only parameter 'xxx'
 89位    34回	expected ‘;’ before numeric constant
 90位    32回	‘default’ label not within a switch statement
 91位    31回	expected identifier before numeric constant
 91位    31回	expected ‘
 91位    31回	prototype declaration
 94位    30回	expected specifier-qualifier-list before 'xxx' (token)
 95位    29回	expected ‘]’ before 'xxx' (token)
 96位    28回	argument 'xxx' doesn’t match prototype
 97位    26回	suggest parentheses around ‘&&’ within ‘||’ 
 97位    26回	‘for’ loop initial declarations are only allowed in C99 mode
 99位    24回	format not a string literal and no format arguments 
100位    21回	expected expression before ‘
100位    21回	missing terminating ' character
100位    21回	missing terminating ' character [enabled by default]
103位    20回	wrong type argument to increment
104位    19回	called object is not a function or function pointer
105位    18回	expected ‘,’ or ‘;’ before 'xxx' (token)
105位    18回	invalid initializer
105位    18回	no semicolon at end of struct or union [enabled by default]
108位    15回	wrong type argument to decrement
109位    14回	comparison of distinct pointer types lacks a cast [enabled by default]
110位    13回	expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘
110位    13回	variable ‘temp’ set but not used 
112位    12回	expected identifier or ‘(’ before ‘
112位    12回	fnyackey.h
112位    12回	label at end of compound statement
115位    11回	cannot convert to a pointer type
115位    11回	empty character constant
115位    11回	unused variable 'xxx' 
118位    10回	expected expression at end of input
118位    10回	redefinition of parameter 'xxx'
118位    10回	unknown escape sequence
121位     9回	unterminated comment
121位     9回	wrong type argument to unary exclamation mark
123位     8回	control reaches end of non-void function 
123位     8回	function returns address of local variable 
123位     8回	lvalue required as decrement operand
123位     8回	non-static declaration of  'xxx' follows static declaration
127位     7回	array size missing in 'xxx'
127位     7回	conversion to non-scalar type requested
127位     7回	dereferencing pointer to incomplete type
127位     7回	enumeration value ‘mark’ not handled in switch 
127位     7回	enumeration value ‘path’ not handled in switch 
127位     7回	enumeration value ‘start’ not handled in switch 
127位     7回	enumeration value ‘wall’ not handled in switch 
127位     7回	null argument where non-null required (argument 2) 
127位     7回	two or more data types in declaration specifiers
136位     6回	assignment of read-only variable 'xxx'
136位     6回	initialization from incompatible pointer type [enabled by default]
136位     6回	parameter 'xxx' is initialized
136位     6回	unknown conversion type character ‘,’ in format 
140位     5回	expected ‘;’, identifier or ‘(’ before 'xxx'
140位     5回	unknown conversion type character ‘)’ in format 
142位     4回	"QUEUESIZE" redefined [enabled by default]
142位     4回	#include expects "FILENAME" or 
142位     4回	aggregate value used where an integer was expected
142位     4回	conversion lacks type at end of format 
142位     4回	declaration does not declare anything [enabled by default]
142位     4回	expected ‘;’, ‘,’ or ‘)’ before numeric constant
142位     4回	unknown conversion type character 0xffffffe6 in format 
142位     4回	value computed is not used 
150位     3回	a label can only be part of a statement and a declaration is not a statement
150位     3回	bit-field 'xxx' has invalid type
150位     3回	bit-field 'xxx' width not an integer constant
150位     3回	duplicate ‘typedef’
150位     3回	expected identifier or ‘(’ at end of input
150位     3回	expected ‘)’ before string constant
150位     3回	expected ‘;’ at end of input
150位     3回	implicit declaration of function  'xxx' 
150位     3回	increment of read-only variable 'xxx'
150位     3回	null argument where non-null required (argument 1) 
150位     3回	number of arguments doesn’t match prototype
150位     3回	switch quantity not an integer
150位     3回	useless type name in empty declaration [enabled by default]
150位     3回	wrong type argument to unary plus
150位     3回	‘return’ with no value, in function returning non-void 
165位     2回	aggregate value used where a float was expected
165位     2回	cast specifies array type
165位     2回	expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ at end of input
165位     2回	incompatible types when initializing type ‘llist_t’ using type ‘node_t’
165位     2回	increment of read-only parameter 'xxx'
165位     2回	initialization makes pointer from integer without a cast [enabled by default]
165位     2回	suggest parentheses around comparison in operand of ‘&’ 
165位     2回	takeda.h
165位     2回	unknown conversion type character 0xa in format 
165位     2回	unknown conversion type character ‘-’ in format 
165位     2回	unknown conversion type character ‘J’ in format 
165位     2回	variable-sized object may not be initialized
177位     1回	"/*" within comment 
177位     1回	' ' flag used with ‘%s’ gnu_printf format 
177位     1回	array type has incomplete element type
177位     1回	ckp.h
177位     1回	duplicate case value
177位     1回	duplicate member ‘data’
177位     1回	expected declaration specifiers before ‘
177位     1回	expected ‘)’ before '\x0'
177位     1回	expected ‘)’ before ‘
177位     1回	expected ‘;’ before string constant
177位     1回	expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before numeric constant
177位     1回	expected ‘]’ before numeric constant
177位     1回	expected ‘{’ before 'xxx'
177位     1回	extra tokens at end of #include directive [enabled by default]
177位     1回	field ‘next’ has incomplete type
177位     1回	flexible array member not at end of struct
177位     1回	incompatible types when initializing type ‘int’ using type ‘vec_t’
177位     1回	incompatible types when initializing type ‘struct node_t *’ using type ‘node_t’
177位     1回	incompatible types when initializing type ‘struct seat_t *’ using type ‘seat_t’
177位     1回	invalid preprocessing directive #difine
177位     1回	invalid use of undefined type ‘struct seat_t’
177位     1回	its scope is only this definition or declaration, which is probably not what you want [enabled by default]
177位     1回	label 'xxx' used but not defined
177位     1回	maht.h
177位     1回	previously used here
177位     1回	spurious trailing ‘%’ in format 
177位     1回	stbild.h
177位     1回	stdilb.h
177位     1回	stdiob.h
177位     1回	stdlib
177位     1回	stdlib.n
177位     1回	storage size of ‘Bt’ isn’t known
177位     1回	studio.h
177位     1回	taking address of expression of type ‘void’ [enabled by default]
177位     1回	unknown conversion type character ‘b’ in format 
177位     1回	use of ‘j’ length modifier with ‘g’ type character 
177位     1回	useless storage class specifier in empty declaration [enabled by default]
177位     1回	variable or field 'xxx' declared void
177位     1回	writing into constant object (argument 2) 
177位     1回	yamada.h
177位     1回	‘main’ is normally a non-static function 
177位     1回	‘struct stack_t’ declared inside parameter list [enabled by default]
177位     1回	‘vMul’ declared as function returning a function
################################################################################