[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

reportbug -- conferir inglês



 Olá

 Podem conferir o inglês antes de eu reportar o bug?

--------------primeira parte-----------------
 Hi

 I was rebuilding the package of wmaker(sarge) and 
made used of to remove some warnnigs of the compiler.
Attached the patches(for sarge) and all messages of 
the process (build -- before-after).

 -- 'unused variable'
-wmaker-0.91.0/WINGs/configuration.c:56: warning: unused variable `str'
-wmaker-0.91.0/src/window.c:3307: warning: unused variable `staterec'(etch too)
-wmaker-0.91.0/util/fontconv.c:133: warning: unused variable `slt'(etch too)

 obs:only in etch
- /tmp/buildd/wmaker-0.92.0/src/defaults.c:982: warning: unused variable `replace'

 -- 'defined but not used'
-wmaker-0.91.0/WPrefs.app/Themes.c:151: 
warning: `updateThemeList' defined but not used(etch too)

 -- 'braces'
-wmaker-0.91.0/src/framewin.c:156: 
warning: suggest explicit braces to avoid ambiguous `else'(etch too)

 -- 'implicit declaration'
-wmaker-0.91.0/src/startup.c:799: 
warning: implicit declaration of function `XkbQueryExtension'(etch too)
-wmaker-0.91.0/src/event.c:496: 
warning: implicit declaration of function `handleXkbIndicatorStateNotify'
/tmp/buildd/wmaker-0.91.0/src/event.c:1204: 
warning: return type defaults to `int'
/tmp/buildd/wmaker-0.91.0/src/event.c:1226: 
warning: control reaches end of non-void function (etch too)


 []

obs: Some more obs in next email
------------fim primeira parte-------------

------------segunda parte------------------
continuing 

 I also add 'static void' to function handleXkbIndicatorStateNotify
(wmaker-xx/src/event.c:496).

 And i thing is good to add a 'return True' in(sarge -- wmaker-xx/WINGs/winputmethod.c:26):
Bool
W_InitIMStuff(WMScreen *scr)
{
    WMIMContext *ctx;

    ctx = scr->imctx = wmalloc(sizeof(WMIMContext));

    ctx->xim = XOpenIM(scr->display, NULL, NULL, NULL);
    if (ctx->xim == NULL) {
        wwarning("could not open IM");
        return False;
    }

}

 
 []
----------fim segunda parte---------


 []
 hpfn

-- 
Linux user number 416100
Ging
FE1905B2 - ID

Attachment: pgpqFZa6IZUiB.pgp
Description: PGP signature


Reply to: