This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Someone broke bootstrap. *sigh*


../../gcc/gcc/tlink.c: In function `scan_linker_output':
../../gcc/gcc/tlink.c:639: warning: assignment discards qualifiers from 
pointer target type

--
There's an assignment p = q ; where p is char* and q is const char* .
-Werror causes us to die.

--Nathanael


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]