我修改了一下( R3 S3 B5 b2 B0 b/ D' U
char string_value1;1 W* O# m1 P' r. ?9 l
char string_value2;2 f. X! `; q5 M, W& m3 v# X/ O; P7 y
char string_value3;
7 J6 C- I- t8 j& ]6 Hchar string_value4;9 U; n& d, A. p
char string_value5;
% b8 {' i: s) k# H. [$ V% C, B' fchar string_value6;$ ~/ t, s* { o- K. c, K
char string_value7;1 j1 u* k$ C- p+ d1 w# W1 C- d& R, }
char string_value8;
# ]1 o7 p% {6 @, z* E, Uchar string_value9;& T" t3 |! h- P" [% y; p
char string_value10;
. F& b1 n9 |- c& X2 M5 Kchar string_value11;
4 l0 x a7 k( n9 M. F cchar string_value12;
* L- v0 _" l/ K2 a' `) q
- O0 \' E, a0 u/ Q& G/ a: ~编译的错误如下:
% a( _. i) X% v8 X6 h) sUG_FILE_ATTR_template.c
' L0 d K& K3 o, {6 N( oF:\ugopen\UG_FILE_ATTR_template.c(454) : warning C4047: '=' : 'char ' differs in levels of indirection from 'char *'
- S# W9 }8 m! k- N6 FF:\ugopen\UG_FILE_ATTR_template.c(458) : warning C4047: '=' : 'char ' differs in levels of indirection from 'char *'/ K u9 d+ h; f
F:\ugopen\UG_FILE_ATTR_template.c(462) : warning C4047: '=' : 'char ' differs in levels of indirection from 'char *'1 Z2 ?5 k( K7 Y2 `* D6 ]
F:\ugopen\UG_FILE_ATTR_template.c(466) : warning C4047: '=' : 'char ' differs in levels of indirection from 'char *'
# e3 J) @' }# ` f& ]F:\ugopen\UG_FILE_ATTR_template.c(470) : warning C4047: '=' : 'char ' differs in levels of indirection from 'char *'9 q& t9 {6 K3 ^7 {' a1 G
F:\ugopen\UG_FILE_ATTR_template.c(474) : warning C4047: '=' : 'char ' differs in levels of indirection from 'char *'
* ^& d$ M+ A, s9 ]F:\ugopen\UG_FILE_ATTR_template.c(478) : warning C4047: '=' : 'char ' differs in levels of indirection from 'char *'! R; \! V6 u; O9 p0 n( \( g
F:\ugopen\UG_FILE_ATTR_template.c(482) : warning C4047: '=' : 'char ' differs in levels of indirection from 'char *': T' }6 u+ F5 R" w* ^* E) ?/ _
F:\ugopen\UG_FILE_ATTR_template.c(486) : warning C4047: '=' : 'char ' differs in levels of indirection from 'char *'
; U& p' d5 C$ ]F:\ugopen\UG_FILE_ATTR_template.c(490) : warning C4047: '=' : 'char ' differs in levels of indirection from 'char *'
& e! J5 }$ n/ i" u6 c# {" dF:\ugopen\UG_FILE_ATTR_template.c(494) : warning C4047: '=' : 'char ' differs in levels of indirection from 'char *'0 ^% \5 m/ S; y
F:\ugopen\UG_FILE_ATTR_template.c(498) : warning C4047: '=' : 'char ' differs in levels of indirection from 'char *'
' \0 ~$ b, i8 @4 @F:\ugopen\UG_FILE_ATTR_template.c(630) : warning C4133: 'function' : incompatible types - from 'char *' to 'struct UF_ATTR_value_s *'4 Z$ E* T% x' Q' E8 L, _ |
& `+ _: M* y& K! X1 M! J' TUG_FILE_ATTR_template.obj - 0 error(s), 0 warning(s)
0 K k4 D& b) w7 X$ Z6 V) U+ B
9 w# g5 N; w. d, W/ d% n请高手指点 |