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 ='/guix/log/gnu/packages/patches/dee-vapi.patch'>logtreecommitdiff
path: root/gnu/packages/patches/dee-vapi.patch
AgeCommit message (Expand)Author
2020-08-18gnu: Add dee....* gnu/packages/gnome.scm (dee): New variable. * gnu/packages/patches/dee-vapi.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan