################################################################################
#
# 【頻出エラーランキング】 (2016年10月12日00時30分50秒 集計)
#
#  期間: 2016年09月29日 -- 2016年10月11日
#
################################################################################
# 順位   回数   エラーメッセージ
################################################################################
  1位  1262回	stray 'xxx' in program
  2位  1261回	'xxx' has no member named 'yyy'
  3位   984回	incompatible type for argument NNN of 'xxx'
  4位   921回	format '%fff' expects argument of type 'xxx', but argument NNN has type 'yyy' 
  5位   714回	'xxx' undeclared (first use in this function)
  6位   661回	unknown type name 'xxx'
  7位   657回	invalid operands to binary 'xxx'
  8位   651回	too few arguments to function 'xxx'
  9位   551回	request for member 'xxx' in something not a structure or union
 10位   466回	incompatible types when assigning to type 'xxx' from type 'yyy'
 11位   430回	conflicting types for 'xxx'
 12位   401回	expected identifier or ‘(’ before 'xxx' (token)
 13位   399回	incompatible types when returning type 'xxx' but 'yyy' was expected
 14位   375回	expected ‘;’ before 'xxx' (token)
 15位   370回	expected expression before 'xxx' (token)
 16位   237回	expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before 'xxx' (token)
 17位   220回	incompatible implicit declaration of built-in function 'xxx' [enabled by default]
 18位   218回	expected declaration specifiers before 'xxx' (token)
 19位   184回	expected ‘)’ before 'xxx' (token)
 20位   183回	expected declaration or statement at end of input
 21位   140回	invalid use of void expression
 21位   140回	void value not ignored as it ought to be
 23位   133回	‘return’ with a value, in function returning void [enabled by default]
 24位   132回	invalid type argument of ‘->’
 25位   127回	redefinition of 'xxx'
 26位    92回	expected ‘}’ before 'xxx'
 27位    89回	format '%fff' expects a matching 'xxx' argument 
 28位    80回	expected declaration specifiers or ‘...’ before 'xxx' (token)
 29位    71回	too many arguments to function 'xxx'
 30位    65回	lvalue required as left operand of assignment
 31位    50回	old-style parameter declarations in prototyped function definition
 32位    43回	'xxx' redeclared as different kind of symbol
 33位    39回	expected ‘{’ at end of input
 34位    37回	conflicting types for 'xxx' [enabled by default]
 35位    33回	expected declaration specifiers or ‘...’ before string constant
 36位    28回	‘else’ without a previous ‘if’
 37位    26回	expected statement before 'xxx' token
 37位    26回	static declaration of  'xxx' follows non-static declaration
 39位    23回	passing argument NNN of 'xxx' makes pointer from integer without a cast [enabled by default]
 40位    21回	data definition has no type or storage class [enabled by default]
 40位    21回	used struct type value where scalar is required
 42位    14回	'xxx' undeclared here (not in a function)
 43位    12回	missing terminating " character
 43位    12回	missing terminating " character [enabled by default]
 45位     9回	called object 'xxx' is not a function or function pointer
 45位     9回	no semicolon at end of struct or union [enabled by default]
 45位     9回	redeclaration of 'xxx' with no linkage
 48位     8回	called object is not a function or function pointer
 48位     8回	expected ‘;’ before numeric constant
 48位     8回	expected ‘;’, ‘,’ or ‘)’ before 'xxx' (token)
 48位     8回	non-static declaration of  'xxx' follows static declaration
 48位     8回	parameter names (without types) in function declaration [enabled by default]
 53位     6回	expected ‘;’ before ‘
 53位     6回	parameter name omitted
 55位     5回	expected ‘
 55位     5回	expected ‘(’ before 'xxx' (token)
 55位     5回	too many arguments for format 
 55位     5回	unknown conversion type character ‘)’ in format 
 59位     4回	#include expects "FILENAME" or 
 59位     4回	aggregate value used where an integer was expected
 59位     4回	expected identifier before 'xxx' token
 59位     4回	unused variable 'xxx' 
 59位     4回	value computed is not used 
 64位     3回	expected declaration specifiers or ‘...’ before numeric constant
 64位     3回	format not a string literal and no format arguments 
 64位     3回	wrong type argument to decrement
 64位     3回	wrong type argument to increment
 68位     2回	aggregate value used where a float was expected
 68位     2回	conversion to non-scalar type requested
 68位     2回	invalid type argument of unary ‘*’
 68位     2回	passing argument NNN of 'xxx' from incompatible pointer type [enabled by default]
 68位     2回	two or more data types in declaration specifiers
 73位     1回	expected identifier or ‘(’ at end of input
 73位     1回	expected ‘,’ or ‘;’ before 'xxx'
 73位     1回	expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ at end of input
 73位     1回	extra tokens at end of #include directive [enabled by default]
 73位     1回	incompatible types when initializing type ‘int’ using type ‘vec_t’
 73位     1回	invalid initializer
 73位     1回	maht.h
 73位     1回	parameter 'xxx' is initialized
 73位     1回	unknown conversion type character ‘,’ in format 
 73位     1回	unterminated comment
 73位     1回	variable or field 'xxx' declared void
 73位     1回	‘vMul’ declared as function returning a function
################################################################################