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 log/gnu/installer/newt/services.scm'>logtreecommitdiff
path: root/gnu/installer/newt/services.scm
AgeCommit message (Expand)Author
2022-09-22installer: Exit console-services page with abort-to-prompt....Josselin Poiret
2022-02-02installer: Use named prompt to abort or break installer steps....Josselin Poiret
2021-12-28installer: Recommend 'ntp-service-type' for non-graphical systems....Leo Famulari
2021-12-28installer: Offer the CUPS printing service on a dedicated page....Leo Famulari
2021-06-30installer: Offer the CUPS printing service....Tobias Geerinckx-Rice