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

📄 msg.c

📁 window下的c编译器。
💻 C
📖 第 1 页 / 共 2 页
字号:
	"section",	/* 222 */
	"optimize",	/* 223 */
	"pragma",	/* 224 */
	"missing \" in preprocessor line\n",	/* 225 */
	"line",	/* 226 */
	"unrecognized control line\n",	/* 227 */
	"unrecognized control line\n" 	/* 228 */
	,
/* strings from D:\LCC\SRC44\INIT.C */
	"initializer must be constant\n",	/* 229 */
	"cast from `%t' to `%t' is illegal in constant expressions\n",	/* 230 */
	"initializer must be constant\n",	/* 231 */
	"invalid initialization type; found `%t' expected `%s'\n",	/* 232 */
	"initializer exceeds bit-field width\n",	/* 233 */
	"invalid initialization type; found `%t' expected `%t'\n",	/* 234 */
	"cannot initialize undefined `%t'\n",	/* 235 */
	"missing { in initialization of `%t'\n",	/* 236 */
	"invalid initialization type; found `%t' expected `%t'\n",	/* 237 */
	"missing { in initialization of `%t'\n",	/* 238 */
	"missing { in initialization of `%t'\n",	/* 239 */
	"missing { in initialization of `%t'\n",	/* 240 */
	"too many initializers\n",	/* 241 */
	"invalid initialization type; found `%t' expected `%s'\n",	/* 242 */
	"initializer must be constant\n" 	/* 243 */
	,
/* strings from D:\LCC\SRC44\GEN.C */
	"Fatal error:\n",	/* 244 */
	"Expression too complicated\nEnclose this function within #pragma optimize(0)/(1)\n",	/* 245 */
	"No more registers available" 	/* 246 */
	,
/* strings from D:\LCC\SRC44\EXPR.C */
	"%s used in a conditional expression\n",	/* 247 */
	"invalid operand of unary &; `%s' is declared register\n",	/* 248 */
	"unsigned operand of unary -\n",	/* 249 */
	"invalid type argument `%t' to `sizeof'\n",	/* 250 */
	"`sizeof' applied to a bit field\n",	/* 251 */
	"non-ANSI constructor for `%t'\n",	/* 252 */
	"conversion from `%t' to `%t' is compiler dependent\n",	/* 253 */
	"cast from `%t' to `%t' is illegal\n",	/* 254 */
	"indexing array %s[%d] out of bounds (%d)\n",	/* 255 */
	"found `%t' expected a function\n",	/* 256 */
	"left operand of . has incompatible type `%t'\n",	/* 257 */
	"field name expected\n",	/* 258 */
	"left operand of -> has incompatible type `%t'\n",	/* 259 */
	"field name expected\n",	/* 260 */
	"missing prototype\n",	/* 261 */
	"undeclared identifier `%s'\n",	/* 262 */
	"illegal use of type name `%s'\n",	/* 263 */
	"illegal expression\n",	/* 264 */
	"lvalue required\n",	/* 265 */
	"`%t' used as an lvalue\n",	/* 266 */
	"conversion from `%t' to `%t' is compiler dependent\n",	/* 267 */
	"unknown field `%s' of `%t'\n",	/* 268 */
	"a function" 	/* 269 */
	,
/* strings from D:\LCC\SRC44\ERROR.C */
	"syntax error; found",	/* 270 */
	" expecting `%k'\n",	/* 271 */
	"too many errors\n",	/* 272 */
	"Error ",	/* 273 */
	"skipping",	/* 274 */
	" up to",	/* 275 */
	"compiler error in %s--",	/* 276 */
	" ...",	/* 277 */
	"Warning " 	/* 278 */
	,
/* strings from D:\LCC\SRC44\ENODE.C */
	"illegal use of incomplete type `%t'\n",	/* 279 */
	"type error in argument %d to %s; found `%t' expected `%t'\n",	/* 280 */
	"too many arguments to %s\n",	/* 281 */
	"type error in argument %d to %s; `%t' is illegal\n",	/* 282 */
	"more than 31 arguments in a call to %s\n",	/* 283 */
	"insufficient number of arguments to %s\n",	/* 284 */
	"unknown size for type `%t'\n",	/* 285 */
	"overflow in char comparison with constant %d\n",	/* 286 */
	"overflow in short comparison with constant %d\n",	/* 287 */
	"assignment between `%t' and `%t' is compiler-dependent\n",	/* 288 */
	"assignment of %t to %t\n",	/* 289 */
	"assignment to const identifier `%s'\n",	/* 290 */
	"assignment to const location\n",	/* 291 */
	"addressable object required\n",	/* 292 */
	"unknown size for type `%t'\n",	/* 293 */
	"unknown size for type `%t'\n",	/* 294 */
	"operands of %s have illegal types `%t' and `%t'\n",	/* 295 */
	"operand of unary %s has illegal type `%t'\n",	/* 296 */
	"operands of %s have different types `%t' and `%t'\n" 	/* 297 */
	,
/* strings from D:\LCC\SRC44\DECL.C */
	"empty declaration\n",	/* 298 */
	"unrecognized declaration\n",	/* 299 */
	"empty input file\n",	/* 300 */
	"invalid use of `%k'\n",	/* 301 */
	"invalid use of `%k'\n",	/* 302 */
	"no type specified. Defaulting to int\n",	/* 303 */
	"redefinition of %s\n",	/* 304 */
	"invalid type specification\n",	/* 305 */
	"invalid use of `typedef'\n",	/* 306 */
	"Incorrect usage of _stdcall",	/* 307 */
	"missing prototype\n",	/* 308 */
	"missing identifier\n",	/* 309 */
	"redeclaration of '%s'\n",	/* 310 */
	"redeclaration of `%s'\n",	/* 311 */
	"empty declaration\n",	/* 312 */
	"invalid storage class `%k' for `%t %s'\n",	/* 313 */
	"redeclaration of `%s' previously declared at %w\n",	/* 314 */
	"redefinition of `%s' previously defined at %w\n",	/* 315 */
	"inconsistent linkage for `%s' previously declared at %w\n",	/* 316 */
	"more than 511 external identifiers\n",	/* 317 */
	"declaration of `%s' does not match previous declaration at %w\n",	/* 318 */
	"illegal initialization for `%s'\n",	/* 319 */
	"undefined size for `%t %s'\n",	/* 320 */
	"more than 32767 bytes in `%t'\n",	/* 321 */
	"extraneous identifier `%s'\n",	/* 322 */
	"`%d' is an illegal array size\n",	/* 323 */
	"illegal formal parameter types\n",	/* 324 */
	"missing parameter type\n",	/* 325 */
	"illegal formal parameter types\n",	/* 326 */
	"missing prototype\n",	/* 327 */
	"expecting an identifier\n",	/* 328 */
	"extraneous old-style parameter list\n",	/* 329 */
	"invalid storage class `%k' for `%t%s\n",	/* 330 */
	"' parameter",	/* 331 */
	"register declaration ignored for `%t%s\n",	/* 332 */
	"' parameter",	/* 333 */
	"duplicate declaration for `%s' previously declared at %w\n",	/* 334 */
	"illegal initialization for parameter `%s'\n",	/* 335 */
	"invalid %k field declarations\n",	/* 336 */
	"missing %k tag\n",	/* 337 */
	"missing prototype for %s\n",	/* 338 */
	"missing prototype\n",	/* 339 */
	"`%t' is an illegal bit-field type\n",	/* 340 */
	"promoting %t to int\n",	/* 341 */
	"`%d' is an illegal bit-field size\n",	/* 342 */
	"extraneous 0-width bit field `%t %s' ignored\n",	/* 343 */
	"non-ANSI unnamed substructure in `%t'\n",	/* 344 */
	"undefined size for field `%t'\n",	/* 345 */
	"non-ANSI unnamed substructure\n",	/* 346 */
	"undefined size for field '%t'\n",	/* 347 */
	"`%t' is an illegal field type\n",	/* 348 */
	"undefined size for field `%t %s'\n",	/* 349 */
	"incorrect _stdcall usage",	/* 350 */
	"more than 127 fields in `%t'\n",	/* 351 */
	"size of `%t' exceeds %d bytes\n",	/* 352 */
	"illegal use of incomplete type `%t'\n",	/* 353 */
	"more than 31 parameters in function `%s'\n",	/* 354 */
	"conflicting argument declarations for function `%s'\n",	/* 355 */
	"missing prototype for `%s'\n",	/* 356 */
	"missing name for parameter %d to function `%s'\n",	/* 357 */
	"undefined size for parameter `%t %s'\n",	/* 358 */
	"redefinition of `%s' previously defined at %w\n",	/* 359 */
	"missing return value\n",	/* 360 */
	"Function %s nodes %d statements %d\n",	/* 361 */
	"declared parameter `%s' is missing\n",	/* 362 */
	"static `%t %s' is not referenced\n",	/* 363 */
	"parameter `%t %s' is not referenced\n",	/* 364 */
	"local `%t %s' is not referenced\n",	/* 365 */
	" %s is assigned a value that is never used\n",	/* 366 */
	" possible usage of %s before definition\n",	/* 367 */
	"undefined static `%t %s'\n",	/* 368 */
	"invalid storage class `%k' for `%t %s'\n",	/* 369 */
	"register declaration ignored for `%t %s'\n",	/* 370 */
	"redeclaration of `%s' previously declared at %w\n",	/* 371 */
	"declaration of `%s' does not match previous declaration at %w\n",	/* 372 */
	"undefined size for `%t %s'\n",	/* 373 */
	"illegal initialization of `extern %s'\n",	/* 374 */
	"undefined size for `%t %s'\n",	/* 375 */
	"undefined size for `%t %s'\n",	/* 376 */
	"undefined label `%s'\n",	/* 377 */
	"expecting an enumerator identifier\n",	/* 378 */
	"redeclaration of `%s' previously declared at %w\n",	/* 379 */
	"overflow in value for enumeration constant `%s'\n",	/* 380 */
	"more than 127 enumeration constants in `%t'\n",	/* 381 */
	"non-ANSI trailing comma in enumerator list\n",	/* 382 */
	"empty declaration\n",	/* 383 */
	"unknown enumeration `%s'\n",	/* 384 */
	"missing prototype\n",	/* 385 */
	"static function %s is never used\n" 	/* 386 */
	,
/* strings from D:\LCC\SRC44\DAG.C */
	" possible usage of %s before definition\n",	/* 387 */
	"possible usage of %s before definition\n",	/* 388 */
	"node'%d printed above\n" 	/* 389 */
	,
/* strings from D:\LCC\SRC44\CV.C */
	"Unknown type %s (%d) when generating debug info\n",	/* 390 */
	"bad synch in debug info\n" 	/* 391 */
	,
/* strings from D:\LCC\SRC44\ASM.C */
	"virtual memory exceeded",	/* 392 */
	"Internal error %d\t",	/* 393 */
	"Internal error %d\t",	/* 394 */
	"Warning %d\t",	/* 395 */
	"Write error. Disk Full?\n",	/* 396 */
	"Internal error nbytes=%d\n",	/* 397 */
	"*****\nTotal collision char %c\n",	/* 398 */
	"No such instruction %s\n",	/* 399 */
	"incorrect char %c\n",	/* 400 */
	"Symbol %s has all flags\n",	/* 401 */
	"Symbol %s has all flags\n",	/* 402 */
	"Can't create the output file %s",	/* 403 */
	"relocation to %s eliminated\n" 	/* 404 */
	,
/* strings from D:\LCC\SRC44\ANALYSIS.C */
	"Overflow in jump node table",	/* 405 */
	"Overflow in number of successors\n",	/* 406 */
	"Overflow in number of successors\n",	/* 407 */
	"Assignment through pointer ",	/* 408 */
	"Array/struct ",	/* 409 */
	"constant %s ",	/* 410 */
	"static data %s\n",	/* 411 */
	"PUSH",	/* 412 */
	"Table %s ",	/* 413 */
	"static data _$%s ",	/* 414 */
	"Function arguments:\n",	/* 415 */
	"addressed ",	/* 416 */
	"Local variables:\n",	/* 417 */
	"addressed ",	/* 418 */
	"Best three symbols to register: ",	/* 419 */
	"Disjoint variables %s [%4d] (%d %d) %s [%4d] (%d %d)\n",	/* 420 */
	"Invalid register number",	/* 421 */
	"Overflow in switch\n",	/* 422 */
	"l == 0?????\n",	/* 423 */
	"Label _$%s not changed!!!!\n" 	/* 424 */
	,
/* strings from D:\LCC\SRC44\ALLOC.C */
	"insufficient memory\n",	/* 425 */
	"insufficient memory\n" 	/* 426 */
	,
/* added to main.c */
	"Invalid alignment %d ignored\n", /* 427 */
	"Incorrect argument %s\n",		/* 428 */
/* added to decl.c */
	 "old-style function definition for '%s'\n",	/* 429 */
	 "`%t %s()' is a non-ANSI definition\n",	/* 430 */
	 "`%s' is a non-ANSI definition\n",			/* 431 */
/* added to ncpp.c */
	"#warning directive: %r",					/* 432 */
/* added to w32incl.c */
	"expression too complicated\n",				/* 433 */
/* added to asm.c */
	"asm: label %s: redefined\n",				/* 434 */
	"density",									/* 435 */
	"Floating point constant expected in 'density' pragma. Ignored.", /* 436 */
	"__func__ is valid only within function scope\n",	/*437 */
};

⌨️ 快捷键说明

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