⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gcc.pot

📁 gcc-2.95.3 Linux下最常用的C编译器
💻 POT
📖 第 1 页 / 共 5 页
字号:
#: c-typeck.c:1284#, c-formatmsgid "structure has no member named `%s'"msgstr ""#: c-typeck.c:1285#, c-formatmsgid "union has no member named `%s'"msgstr ""#: c-typeck.c:1315#, c-formatmsgid "request for member `%s' in something not a structure or union"msgstr ""#: c-typeck.c:1348msgid "dereferencing pointer to incomplete type"msgstr ""#: c-typeck.c:1352msgid "dereferencing `void *' pointer"msgstr ""#: c-typeck.c:1369 cp/typeck.c:2394#, c-formatmsgid "invalid type argument of `%s'"msgstr ""#: c-typeck.c:1388 cp/typeck.c:2420msgid "subscript missing in array reference"msgstr ""#: c-typeck.c:1409 cp/typeck.c:2441msgid "array subscript has type `char'"msgstr ""#: c-typeck.c:1417 c-typeck.c:1512 cp/typeck.c:2448 cp/typeck.c:2526msgid "array subscript is not an integer"msgstr ""#: c-typeck.c:1447msgid "ANSI C forbids subscripting `register' array"msgstr ""#: c-typeck.c:1449 c-typeck.c:1458msgid "ANSI C forbids subscripting non-lvalue array"msgstr ""#: c-typeck.c:1491msgid "subscript has type `char'"msgstr ""#: c-typeck.c:1507 cp/typeck.c:2521msgid "subscripted value is neither array nor pointer"msgstr ""#: c-typeck.c:1563msgid "called object is not a function"msgstr ""#: c-typeck.c:1651#, c-formatmsgid "too many arguments to function `%s'"msgstr ""#: c-typeck.c:1654 cp/typeck.c:3132msgid "too many arguments to function"msgstr ""#: c-typeck.c:1677#, c-formatmsgid "type of formal parameter %d is incomplete"msgstr ""#: c-typeck.c:1690#, c-formatmsgid "%s as integer rather than floating due to prototype"msgstr ""#: c-typeck.c:1693#, c-formatmsgid "%s as complex rather than floating due to prototype"msgstr ""#: c-typeck.c:1696#, c-formatmsgid "%s as floating rather than integer due to prototype"msgstr ""#: c-typeck.c:1699#, c-formatmsgid "%s as floating rather than complex due to prototype"msgstr ""#: c-typeck.c:1709#, c-formatmsgid "%s as `float' rather than `double' due to prototype"msgstr ""#: c-typeck.c:1724#, c-formatmsgid "%s with different width due to prototype"msgstr ""#: c-typeck.c:1758#, c-formatmsgid "%s as unsigned due to prototype"msgstr ""#: c-typeck.c:1760#, c-formatmsgid "%s as signed due to prototype"msgstr ""#: c-typeck.c:1793#, c-formatmsgid "too few arguments to function `%s'"msgstr ""#: c-typeck.c:1796 cp/typeck.c:3235msgid "too few arguments to function"msgstr ""#: c-typeck.c:1837msgid "suggest parentheses around + or - inside shift"msgstr ""#: c-typeck.c:1844msgid "suggest parentheses around && within ||"msgstr ""#: c-typeck.c:1853msgid "suggest parentheses around arithmetic in operand of |"msgstr ""#: c-typeck.c:1856msgid "suggest parentheses around comparison in operand of |"msgstr ""#: c-typeck.c:1865msgid "suggest parentheses around arithmetic in operand of ^"msgstr ""#: c-typeck.c:1868msgid "suggest parentheses around comparison in operand of ^"msgstr ""#: c-typeck.c:1875msgid "suggest parentheses around + or - in operand of &"msgstr ""#: c-typeck.c:1878msgid "suggest parentheses around comparison in operand of &"msgstr ""#: c-typeck.c:1885msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"msgstr ""#: c-typeck.c:2143 cp/typeck.c:3526msgid "right shift count is negative"msgstr ""#: c-typeck.c:2151 cp/typeck.c:3534msgid "right shift count >= width of type"msgstr ""#: c-typeck.c:2175 cp/typeck.c:3553msgid "left shift count is negative"msgstr ""#: c-typeck.c:2179 cp/typeck.c:3557msgid "left shift count >= width of type"msgstr ""#: c-typeck.c:2203msgid "shift count is negative"msgstr ""#: c-typeck.c:2207msgid "shift count >= width of type"msgstr ""#: c-typeck.c:2249 c-typeck.c:2255msgid "ANSI C forbids comparison of `void *' with function pointer"msgstr ""#: c-typeck.c:2258 c-typeck.c:2300 c-typeck.c:2328msgid "comparison of distinct pointer types lacks a cast"msgstr ""#: c-typeck.c:2273 c-typeck.c:2279 c-typeck.c:2349 c-typeck.c:2355msgid "comparison between pointer and integer"msgstr ""#: c-typeck.c:2295 c-typeck.c:2323msgid "ANSI C forbids ordered comparisons of pointers to functions"msgstr ""#: c-typeck.c:2320msgid "comparison of complete and incomplete pointers"msgstr ""#: c-typeck.c:2336 c-typeck.c:2343msgid "ordered comparison of pointer with integer zero"msgstr ""#: c-typeck.c:2553 cp/typeck.c:3997msgid "comparison between signed and unsigned"msgstr ""#: c-typeck.c:2599 cp/typeck.c:4042msgid "comparison of promoted ~unsigned with constant"msgstr ""#: c-typeck.c:2607 cp/typeck.c:4050msgid "comparison of promoted ~unsigned with unsigned"msgstr ""#: c-typeck.c:2669msgid "pointer of type `void *' used in arithmetic"msgstr ""#: c-typeck.c:2675msgid "pointer to a function used in arithmetic"msgstr ""#: c-typeck.c:2753msgid "pointer of type `void *' used in subtraction"msgstr ""#: c-typeck.c:2755msgid "pointer to a function used in subtraction"msgstr ""#: c-typeck.c:2813msgid "wrong type argument to unary plus"msgstr ""#: c-typeck.c:2824msgid "wrong type argument to unary minus"msgstr ""#: c-typeck.c:2840msgid "wrong type argument to bit-complement"msgstr ""#: c-typeck.c:2851msgid "wrong type argument to abs"msgstr ""#: c-typeck.c:2863msgid "wrong type argument to conjugation"msgstr ""#: c-typeck.c:2877msgid "wrong type argument to unary exclamation mark"msgstr ""#: c-typeck.c:2932 c-typeck.c:2958msgid "wrong type argument to increment"msgstr ""#: c-typeck.c:2933 c-typeck.c:2959msgid "wrong type argument to decrement"msgstr ""#: c-typeck.c:2952msgid "increment of pointer to unknown structure"msgstr ""#: c-typeck.c:2953msgid "decrement of pointer to unknown structure"msgstr ""#: c-typeck.c:3016msgid "invalid lvalue in increment"msgstr ""#: c-typeck.c:3017msgid "invalid lvalue in decrement"msgstr ""#: c-typeck.c:3025 cp/typeck.c:4599msgid "increment"msgstr ""#: c-typeck.c:3025 cp/typeck.c:4599msgid "decrement"msgstr ""#: c-typeck.c:3078msgid "ANSI C forbids the address of a cast expression"msgstr ""#: c-typeck.c:3092msgid "invalid lvalue in unary `&'"msgstr ""#: c-typeck.c:3126#, c-formatmsgid "attempt to take address of bit-field structure member `%s'"msgstr ""#: c-typeck.c:3296msgid "ANSI C forbids use of conditional expressions as lvalues"msgstr ""#: c-typeck.c:3298msgid "ANSI C forbids use of compound expressions as lvalues"msgstr ""#: c-typeck.c:3299msgid "ANSI C forbids use of cast expressions as lvalues"msgstr ""#: c-typeck.c:3311#, c-formatmsgid "%s of iterator `%s'"msgstr ""#: c-typeck.c:3319#, c-formatmsgid "%s of read-only member `%s'"msgstr ""#: c-typeck.c:3323#, c-formatmsgid "%s of read-only variable `%s'"msgstr ""#: c-typeck.c:3326#, c-formatmsgid "%s of read-only location"msgstr ""#: c-typeck.c:3344#, c-formatmsgid "cannot take address of bitfield `%s'"msgstr ""#: c-typeck.c:3371#, c-formatmsgid "global register variable `%s' used in nested function"msgstr ""#: c-typeck.c:3375#, c-formatmsgid "register variable `%s' used in nested function"msgstr ""#: c-typeck.c:3382#, c-formatmsgid "address of global register variable `%s' requested"msgstr ""#: c-typeck.c:3394msgid "cannot put object with volatile field into register"msgstr ""#: c-typeck.c:3398#, c-formatmsgid "address of register variable `%s' requested"msgstr ""#: c-typeck.c:3482msgid "ANSI C forbids conditional expr with only one void side"msgstr ""#: c-typeck.c:3498 c-typeck.c:3504msgid "ANSI C forbids conditional expr between `void *' and function pointer"msgstr ""#: c-typeck.c:3509 cp/typeck.c:5270msgid "pointer type mismatch in conditional expression"msgstr ""#: c-typeck.c:3516 c-typeck.c:3530 cp/typeck.c:5276 cp/typeck.c:5281msgid "pointer/integer type mismatch in conditional expression"msgstr ""#: c-typeck.c:3522 c-typeck.c:3536msgid "ANSI C forbids conditional expr between 0 and function pointer"msgstr ""#: c-typeck.c:3548 cp/typeck.c:5357msgid "type mismatch in conditional expression"msgstr ""#: c-typeck.c:3658 cp/typeck.c:5410msgid "left-hand operand of comma expression has no effect"msgstr ""#: c-typeck.c:3697msgid "cast specifies array type"msgstr ""#: c-typeck.c:3703msgid "cast specifies function type"msgstr ""#: c-typeck.c:3713msgid "ANSI C forbids casting nonscalar to the same type"msgstr ""#: c-typeck.c:3734msgid "ANSI C forbids casts to union type"msgstr ""#: c-typeck.c:3750msgid "cast to union type from type not present in union"msgstr ""#. There are qualifiers present in IN_OTYPE that are not#. present in IN_TYPE.#: c-typeck.c:3787msgid "cast discards qualifiers from pointer target type"msgstr ""#: c-typeck.c:3802 cp/typeck.c:5830msgid "cast increases required alignment of target type"msgstr ""#: c-typeck.c:3808 cp/typeck.c:5838msgid "cast from pointer to integer of different size"msgstr ""#: c-typeck.c:3813msgid "cast does not match function type"msgstr ""#: c-typeck.c:3825 cp/typeck.c:5846msgid "cast to pointer from integer of different size"msgstr ""#. Now we have handled acceptable kinds of LHS that are not truly lvalues.#. Reject anything strange now.#: c-typeck.c:3968msgid "invalid lvalue in assignment"msgstr ""#. Convert new value to destination type.#: c-typeck.c:3977 c-typeck.c:4001 c-typeck.c:4016 cp/typeck.c:6103msgid "assignment"msgstr ""#: c-typeck.c:4161 c-typeck.c:4230#, c-formatmsgid "%s makes qualified function pointer from unqualified"msgstr ""#: c-typeck.c:4165 c-typeck.c:4209#, c-formatmsgid "%s discards qualifiers from pointer target type"msgstr ""#: c-typeck.c:4171msgid "ANSI C prohibits argument conversion to union type"msgstr ""#: c-typeck.c:4201#, c-formatmsgid "ANSI forbids %s between function pointer and `void *'"msgstr ""#: c-typeck.c:4219#, c-formatmsgid "pointer targets in %s differ in signedness"msgstr ""#: c-typeck.c:4235#, c-formatmsgid "%s from incompatible pointer type"msgstr ""#: c-typeck.c:4251#, c-formatmsgid "%s makes pointer from integer without a cast"msgstr ""#: c-typeck.c:4259#, c-formatmsgid "%s makes integer from pointer without a cast"msgstr ""#: c-typeck.c:4271 c-typeck.c:4274#, c-formatmsgid "incompatible type for argument %d of `%s'"msgstr ""#: c-typeck.c:4278#, c-formatmsgid "incompatible type for argument %d of indirect function call"msgstr ""#: c-typeck.c:4282#, c-formatmsgid "incompatible types in %s"msgstr ""#. Function name is known; supply it.#: c-typeck.c:4313#, c-formatmsgid "passing arg %d of `%s'"msgstr ""#. Function name unknown (call through ptr); just give arg number.#: c-typeck.c:4323#, c-formatmsgid "passing arg %d of pointer to function"msgstr ""#: c-typeck.c:4529msgid "initializer for static variable is not constant"msgstr ""#: c-typeck.c:4535msgid "initializer for static variable uses complicated arithmetic"msgstr ""#: c-typeck.c:4543msgid "aggregate initializer is not constant"msgstr ""#: c-typeck.c:4545msgid "aggregate initializer uses complicated arithmetic"msgstr ""#: c-typeck.c:4709 c-typeck.c:4725 c-typeck.c:4741#, c-formatmsgid "(near initialization for `%s')"msgstr ""#: c-typeck.c:4789 cp/typeck2.c:769msgid "char-array initialized from wide string"msgstr ""#: c-typeck.c:4796 cp/typeck2.c:776msgid "int-array initialized from non-wide string"msgstr ""#: c-typeck.c:4813 cp/typeck2.c:792msgid "initializer-string for array of chars is too long"msgstr ""#: c-typeck.c:4840msgid "array initialized from non-constant array expression"msgstr ""#: c-typeck.c:4857 c-typeck.c:4859 c-typeck.c:4865 c-typeck.c:4892#: c-typeck.c:6112msgid "initializer element is not constant"msgstr ""#: c-typeck.c:4871 c-typeck.c:4898 c-typeck.c:6118msgid "initializer element is not computable at load time"msgstr ""#: c-typeck.c:4887msgid "initialization"msgstr ""#: c-typeck.c:4935 c-typeck.c:4951 cp/typeck2.c:870msgid "invalid initializer"msgstr ""#: c-typeck.c:5428msgid "extra brace group at end of initializer"msgstr ""#: c-typeck.c:5440msgid "missing braces around initializer"msgstr ""#: c-typeck.c:5471msgid "braces around scalar initializer"msgstr ""#: c-typeck.c:5552msgid "missing initializer"msgstr ""#: c-typeck.c:5565msgid "empty braces in initializer"msgstr ""#: c-typeck.c:5629msgid "empty scalar initializer"msgstr ""#: c-typeck.c:5634msgid "extra elements in scalar initializer"msgstr ""#: c-typeck.c:5697#, c-formatmsgid "zero or negative array size `%s'"msgstr ""#: c-typeck.c:5768 c-typeck.c:5770msgid "nonconstant array index in initializer"msgstr ""#: c-typeck.c:5772msgid "array index in non-array initializer"msgstr ""#: c-typeck.c:5774msgid "duplicate array index in initializer"msgstr ""#: c-typeck.c:5781msgid "empty index range in initializer"msgstr ""#: c-typeck.c:5785msgid "ANSI C forbids specifying element to initialize"msgstr ""#: c-typeck.c:5815#, c-formatmsgid "unknown field `%s' specified in initializer"msgstr ""#: c-typeck.c:5818#, c-formatmsgid "field `%s' already initialized"msgstr ""#: c-typeck.c:5824msgid "ANSI C forbids specifying structure member to initialize"msgstr ""#: c-typeck.c:6134msgid "duplicate initializer"msgstr ""#: c-typeck.c:6487 c-typeck.c:6522msgid "excess elements in struct initializer"msgstr ""

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -