On Fri, 11 Oct 2013 06:09:56 -0700, [email protected] said: >When building the libraries project with Visual Studio 11, the >compiler gives a number of C4090 warnings (different 'const' or >'volatile' qualifiers). > >Three of these occur in the macro DETECT_F(TYPE,VAR,INFO) in file >H5detect.c, and are apparently due to the call to find_bias(). > >..\..\src\H5detect.c(1345): warning C4090: 'function' : different >'volatile' qualifiers >..\..\src\H5detect.c(1346): warning C4090: 'function' : different >'volatile' qualifiers >..\..\src\H5detect.c(1589): warning C4090: 'function' : different >'volatile' qualifiers > >They can be fixed by changing the declaration of > static unsigned long find_bias(int, int, int *, void *); >to > static unsigned long find_bias(int, int, int *, void volatile *);
Those warnings have been on my dashboard for many months: <http://cdash.hdfgroup.uiuc.edu/viewBuildError.php?type=1&buildid=9465> Elena, would my dashboard be more helpful if I reduced the warnings so there is a more manageable number of things to fix, then I can increase the warnings as you fix the first batch? Cheers, -- ____________________________________________________________ Sean McBride, B. Eng [email protected] Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
