################################################################################ # # 【頻出エラーランキング】 (2017年12月22日00時29分47秒 集計) # # 期間: 2017年12月14日 -- 2017年12月20日 # ################################################################################ # 順位 回数 エラーメッセージ ################################################################################ 1位 1525回 expected declaration specifiers or ‘...’ before 'xxx' 2位 761回 invalid type argument of ‘->’ 3位 666回 stray 'xxx' in program 4位 397回 expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before 'xxx' (token) 5位 383回 expected identifier or ‘(’ before 'xxx' (token) 6位 331回 'xxx' undeclared (first use in this function) 7位 272回 incompatible type for argument NNN of 'xxx' 8位 232回 'xxx' has no member named 'yyy' 9位 224回 unknown type name 'xxx' 10位 213回 format '%fff' expects argument of type 'xxx', but argument NNN has type 'yyy' 11位 211回 expected ‘;’ before 'xxx' (token) 12位 202回 implicit declaration of function 'xxx' 13位 190回 comparison between pointer and integer 14位 185回 expected expression before 'xxx' (token) 15位 176回 expected declaration or statement at end of input 16位 156回 conflicting types for 'xxx' 17位 144回 incompatible types when assigning to type 'xxx' from type 'yyy' 18位 120回 expected ‘)’ before 'xxx' (token) 19位 118回 request for member 'xxx' in something not a structure or union 20位 99回 format '%fff' expects a matching 'xxx' argument 21位 75回 passing argument NNN of 'xxx' from incompatible pointer type 22位 72回 'xxx' に対する定義されていない参照です 23位 64回 missing terminating " character 24位 63回 expected ‘}’ before 'xxx' 25位 61回 incompatible types when returning type 'xxx' but 'yyy' was expected 26位 60回 missing terminating ' character 27位 55回 too few arguments to function 'xxx' 28位 54回 'xxx' undeclared here (not in a function) 28位 54回 too many arguments for format 30位 47回 passing argument NNN of 'xxx' makes pointer from integer without a cast 30位 47回 type defaults to ‘int’ in declaration of 'xxx' 32位 44回 invalid operands to binary 'xxx' 32位 44回 ‘else’ without a previous ‘if’ 34位 41回 expected declaration specifiers or ‘...’ before string constant 35位 39回 expected ‘;’, ‘,’ or ‘)’ before 'xxx' token 36位 37回 expected ‘)’ before ‘ 37位 36回 assignment of member 'xxx' in read-only object 37位 36回 expected statement before 'xxx' token 39位 35回 array subscript is not an integer 39位 35回 multi-character character constant 39位 35回 passing argument NNN of 'xxx' makes integer from pointer without a cast 42位 33回 expected ‘ 43位 28回 expected identifier before 'xxx' token 44位 27回 void value not ignored as it ought to be 45位 18回 lvalue required as left operand of assignment 45位 18回 two or more data types in declaration specifiers 47位 17回 expected ‘;’ before ‘ 48位 16回 assignment makes integer from pointer without a cast 49位 14回 duplicate label 'xxx' 50位 13回 zero-length gnu_printf format string 51位 12回 continue statement not within a loop 51位 12回 too many arguments to function 'xxx' 53位 11回 format not a string literal and no format arguments 53位 11回 incompatible implicit declaration of built-in function 'xxx' 53位 11回 redeclaration of 'xxx' with no linkage 53位 11回 redefinition of 'xxx' 57位 10回 invalid type argument of unary ‘*’ 58位 9回 invalid initializer 58位 9回 unknown conversion type character 0xffffffe6 in format 58位 9回 ‘return’ with a value, in function returning void 61位 8回 data definition has no type or storage class 61位 8回 empty character constant 61位 8回 expected ‘;’ before numeric constant 64位 7回 character constant too long for its type 64位 7回 used struct type value where scalar is required 66位 6回 assignment makes pointer from integer without a cast 66位 6回 assignment to expression with array type 68位 5回 break statement not within loop or switch 68位 5回 invalid use of void expression 70位 4回 decrement of member 'xxx' in read-only object 70位 4回 expected ‘;’, identifier or ‘(’ before 'xxx' 70位 4回 expected ‘]’ before ‘ 70位 4回 increment of member 'xxx' in read-only object 70位 4回 spurious trailing ‘%’ in format 70位 4回 switch quantity not an integer 70位 4回 unknown escape sequence 77位 3回 expected ‘(’ before 'xxx' 77位 3回 expected ‘)’ before '\x2563' 77位 3回 expected ‘]’ before 'xxx' token 77位 3回 wrong type argument to increment 81位 2回 duplicate ‘typedef’ 81位 2回 expected specifier-qualifier-list before 'xxx' 81位 2回 expected ‘{’ at end of input 81位 2回 initialization discards ‘const’ qualifier from pointer target type 81位 2回 label 'xxx' used but not defined 81位 2回 return type defaults to ‘int’ 81位 2回 subscripted value is neither array nor pointer nor vector 88位 1回 'xxx' redeclared as different kind of symbol 88位 1回 called object 'xxx' is not a function or function pointer 88位 1回 embedded ‘\0’ in format 88位 1回 expected ‘)’ before '\x20213d20' 88位 1回 expected ‘,’ or ‘;’ before 'xxx' 88位 1回 field 'xxx' declared as a function 88位 1回 incompatible types when initializing type ‘queue_t * {aka struct*}’ using type ‘queue_t {aka const struct }’ ################################################################################