Source-Changes-D archive

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

Re: CVS commit: xsrc/external/mit/libpciaccess/dist/src



On Fri, Nov 02, 2012 at 07:38:38AM +0000, Alan Barrett wrote:
> Module Name:  xsrc
> Committed By: apb
> Date:         Fri Nov  2 07:38:38 UTC 2012
> 
> Modified Files:
>       xsrc/external/mit/libpciaccess/dist/src: common_interface.c
> 
> Log Message:
> Remove useless extra "const" in "const sometype const * var = value;".
> Foundusing clang -Wduplicate-decl-specifier.

Maybe 'const sometype * const var' was intended, i.e., a "single
assignment" semantic?  I've probably mistyped that myself several times.

Dave

-- 
David Young
dyoung%pobox.com@localhost    Urbana, IL    (217) 721-9981


Home | Main Index | Thread Index | Old Index