Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/external/mit/xorg/lib



   Date: Fri, 26 Feb 2016 23:08:14 +0100
   From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>

   On Fri, Feb 26, 2016 at 09:20:17PM +0000, Taylor R Campbell wrote:
   > Disable C++11 warnings about `register' qualifiers in glsl_lexer.cpp.
   > 
   > glsl_lexer.cpp was generated by a flex that still uses it.  It is
   > harmless.

   Just use -Dregister=?

I considered that.  I wasn't sure in the five seconds I thought about
it that that would DTRT -- this change seemed safer.  Feel free to
undo and replace by -Dregister= if you'd rather.


Home | Main Index | Thread Index | Old Index