Description: Fix typos and remove some warnings Author: Mathieu Malaterre Index: jxrlib-1.1/jxrencoderdecoder/JxrEncApp.c =================================================================== --- jxrlib-1.1.orig/jxrencoderdecoder/JxrEncApp.c +++ jxrlib-1.1/jxrencoderdecoder/JxrEncApp.c @@ -578,7 +578,7 @@ main(int argc, char* argv[]) //================================ Call(PKCreateCodecFactory(&pCodecFactory, WMP_SDK_VERSION)); - Call(pCodecFactory->CreateCodec(&IID_PKImageWmpEncode, &pEncoder)); + Call(pCodecFactory->CreateCodec(&IID_PKImageWmpEncode, (void**)&pEncoder)); //---------------------------------------------------------------- Call(PKCreateTestFactory(&pTestFactory, WMP_SDK_VERSION)); Index: jxrlib-1.1/jxrgluelib/JXRMeta.h =================================================================== --- jxrlib-1.1.orig/jxrgluelib/JXRMeta.h +++ jxrlib-1.1/jxrgluelib/JXRMeta.h @@ -34,7 +34,7 @@ #ifndef UNREFERENCED_PARAMETER #define UNREFERENCED_PARAMETER(P) { (P) = (P); } -#endif UNREFERENCED_PARAMETER +#endif /*UNREFERENCED_PARAMETER*/ //================================================================ // Container cm'>logtreecommitdiff
path: root/gnu/packages/tbb.scm
AgeCommit message (Expand)Author
2018-03-20Merge branch 'master' into core-updatesMark H Weaver
2018-03-20Correct name and Email for ng0....ng0
2018-03-16gnu: All snippets report errors using exceptions, else return #t....Mark H Weaver
2016-10-08gnu: tbb: Update to 2017_20160916....Ricardo Wurmus
2016-09-26gnu: tbb: Fail on test errors....Ricardo Wurmus
2016-09-26gnu: tbb: Use modify-phases syntax....Ricardo Wurmus
2016-09-12gnu: tbb: Update to 2017....ng0