当前位置:  技术问答>linux和unix

error: initializer element is not constant 错误

    来源: 互联网  发布时间:2017-02-14

    本文导语:  typedef struct student {           char name[20]           char phone[20];           bool flag;           struct student *next; }stu; stu *Read(stu * phead); struct student *head = NULL; head = Read(head); phonetext.c:22: w...

typedef struct student {
          char name[20]
          char phone[20];
          bool flag;
          struct student *next;
}stu;

stu *Read(stu * phead);
struct student *head = NULL;

head = Read(head);


phonetext.c:22: warning: data definition has no type or storage class
phonetext.c:22: error: conflicting types for ‘head’
phonetext.c:20: note: previous definition of ‘head’ was here
phonetext.c:22: warning: passing argument 1 of ‘Read’ makes pointer from integer without a cast
phonetext.c:14: note: expected ‘struct stu *’ but argument is of type ‘int’
phonetext.c:22: warning: initialization makes integer from pointer without a cast
phonetext.c:22: error: initializer element is not constant
phonetext.c: In function ‘Schedle’:


不知道怎么解决,谢谢帮忙。

|
用c99标准,试试加-std=c99

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Mysql查询错误:ERROR:no query specified原因
  • PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法
  • PHP严重致命错误处理:php Fatal error: Cannot redeclare class or function
  • Linux下怎样查c程序的错误号?程序出现错误:System error 32: Broken Pipe, 是什么原因?
  • PHP Parse Error: syntax error, unexpected $end 错误解决办法
  • 请问这个错误是什么意思 8603 Pointing Device Error
  • 错误调试 bus error (core dumpd)
  • asp.net错误捕获(错误处理)page_error事件使用方法
  • 安装 Jbuilder7.0 居然出现错误[Error -1] 是什么原因?
  • PHP捕获Fatal error错误的方法
  • 论坛 iis7站长之家
  • 允许startx的时候,出现error 104错误!
  • 求助!请问VMware Workstation unrecoverable error,这个错误如何解决。
  • 安装solaris出现speedo:report_error(4106)错误
  • Codeigniter出现错误提示Error with CACHE directory的解决方案
  • jsp的error 500是什么错误?
  • Error#:202:'class'or'interface'是什么错误?
  • Error: java的jar错误.
  • 请大侠看一下,grep: write error: Broken pipe错误,是怎么回事
  • glib-2.29.0编译 出现错误checking for qsort_r... configure: error:
  • php syntax error, unexpected $end 错误怎么解决
  • java命名空间java.lang类error的类成员方法: error定义及介绍
  • php异常:Parse error: syntax error, unexpected eval()'d code error
  • java命名空间java.awt枚举trayicon.messagetype的类成员方法: error定义及介绍
  • runtime error与compile time error的区别?
  • java命名空间javax.tools枚举diagnostic.kind的类成员方法: error定义及介绍
  • Error Mounting /dev/acd0 on /dist: Input/output error(5)
  • java命名空间java.awt类mediatracker的类成员方法: errored定义及介绍
  • tar:error exit delayed from previous errors
  • java命名空间javax.lang.model.type枚举typekind的类成员方法: error定义及介绍
  • error:syntax error before "va_mode_t"


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3