[Digikam-devel] M$ Visual C++ warnings
Marcel Wiesweg
marcel.wiesweg at gmx.de
Sun Nov 1 18:57:34 GMT 2009
> Marcel,
>
> Look these warnings. Microsoft Visual C++ compiler is always your
> friend (:=))) :
>
> cietonguewidget.cpp
> ..\libs\widgets\iccprofiles\cietonguewidget.cpp(251) : warning C4930:
> 'Digikam::LcmsLock lock(void)' : fonction prototypée non appelée
> (était-ce la définition de variable souhaitée ?)
Go the warnings go away when you add "()":
LcmsLock lock();
- can you test this for one line?
More information about the Digikam-devel
mailing list