This is the mail archive of the cygwin-developers mailing list for the Cygwin 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]

Re: src/winsup/cygwin ChangeLog Makefile.in autolo ...


> CVSROOT:	/cvs/src
> Module name:	src
> Changes by:	corinna@...	2011-04-19 10:02:07
> 
> 	* registry.cc (reg_key): Rewrite reg_key class to use native NT registry
> 	functions.  Use WCHAR string parameters throughout.  Use PCWSTR rather
> 	than const WCHAR.  Drop multibyte char functionality.  Drop unused
> 	methods.

This change introduced a compiler warning with GCC 4.5:

cc1plus: warnings being treated as errors
registry.cc: In member function âint reg_key::get_int(const WCHAR*,
int)â:
registry.cc:145:32: error: dereferencing type-punned pointer will break
strict-aliasing rules


Yaakov



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