abclinuxu.cz AbcLinuxu.cz itbiz.cz ITBiz.cz HDmag.cz HDmag.cz abcprace.cz AbcPráce.cz
AbcLinuxu hledá autory!
Inzerujte na AbcPráce.cz od 950 Kč
Rozšířené hledání
×
    včera 16:00 | Komunita

    Společnost Oracle vlastní ochrannou známku JAVASCRIPT. Komunita kolem programovacího jazyka JavaScript zastoupena společností Deno Land vede právní bitvu za její osvobození, viz petice a otevřený dopis na javascript.tm. Do 7. srpna se k nim má vyjádřit Oracle (USPTO TTAB).

    Ladislav Hagara | Komentářů: 2
    včera 13:11 | IT novinky

    Byl představen samostatný rádiový modul Raspberry Pi Radio Module 2 s Wi-Fi a Bluetooth.

    Ladislav Hagara | Komentářů: 6
    včera 12:44 | Upozornění

    Certifikační autorita Let’s Encrypt ukončila k 4. červnu zasílání e-mailových oznámení o vypršení platnosti certifikátů. Pokud e-maily potřebujete, Let’s Encrypt doporučuje některou z monitorovacích služeb.

    Ladislav Hagara | Komentářů: 0
    včera 01:44 | Pozvánky

    Přemýšlíte, jak začít prázdniny? Už v úterý 1. července se bude konat Virtuální Bastlírna, tedy online setkání bastlířů, techniků, vědců i akademiků, kde se ve volné diskuzi probírají novinky ze světa techniky, ale i jiných zajímavých témat.

    Za poslední měsíc jsme byli svědky plamenů několika raket. Zatímco malá raketa od Hondy se úspěšně vznesla a opět přistála, raketa od SpaceX se rozhodla letět všemi směry najednou. Díkybohu méně … více »
    Uprdkávač | Komentářů: 0
    29.6. 23:44 | Komunita

    Linus Torvalds zmínil, že souborový systém Bcachefs zřejmě odstraní z mainline Linuxu v začleňovacím okně pro vydání 6.17. Kent Overstreet mu totiž posílá kód s novou funkcionalitou i pro začlenění do kandidátů na vydání, kdy očekává pouze opravy chyb. Kent Overstreet byl již dříve z vývoje vyloučen kvůli konfliktní komunikaci.

    Fluttershy, yay! | Komentářů: 10
    27.6. 11:55 | IT novinky

    Ministerstvo průmyslu a obchodu propaguje Microsoft. Ten ve spolupráci s Ministerstvem průmyslu a obchodu spouští AI National Skilling Plan v ČR. "Iniciativa Microsoftu přináší konkrétní a praktickou podporu právě tam, kde ji nejvíc potřebujeme – do škol, firem i veřejné správy.", říká ministr průmyslu a obchodu Lukáš Vlček.

    Ladislav Hagara | Komentářů: 30
    27.6. 10:55 | Zajímavý projekt

    Jste český ISP? Vyplněním krátkého dotazníku můžete pomoci nasměrovat vývoj nové generace routerů Turris Omnia [𝕏].

    Ladislav Hagara | Komentářů: 4
    27.6. 01:33 | IT novinky

    Celkové tržby společnosti Canonical za rok 2024 byly 292 milionů dolarů (pdf). Za rok 2023 to bylo 251 milionů dolarů.

    Ladislav Hagara | Komentářů: 3
    27.6. 01:22 | Nová verze

    Byla vydána verze 1.88.0 programovacího jazyka Rust (Wikipedie). Podrobnosti v poznámkách k vydání. Vyzkoušet Rust lze například na stránce Rust by Example.

    Ladislav Hagara | Komentářů: 0
    27.6. 01:11 | Nová verze

    Distribuce Tails specializující se ochranu online soukromí uživatele byla vydána ve verzi 6.17. Mimo jiné aktualizuje Tor Browser (14.5.4) a opravuje několik chyb.

    Fluttershy, yay! | Komentářů: 0
    Jaký je váš oblíbený skriptovací jazyk?
     (59%)
     (28%)
     (7%)
     (2%)
     (0%)
     (1%)
     (3%)
    Celkem 335 hlasů
     Komentářů: 16, poslední 8.6. 21:05
    Rozcestník

    Administrace komentářů

    Jste na stránce určené pro řešení chyb a problémů týkajících se diskusí a komentářů. Můžete zde našim administrátorům reportovat špatně zařazenou či duplicitní diskusi, vulgární či osočující příspěvek a podobně. Děkujeme vám za vaši pomoc, více očí více vidí, společně můžeme udržet vysokou kvalitu AbcLinuxu.cz.

    Příspěvek
    5.11.2018 21:21 kysučan | skóre: 14
    Rozbalit Rozbalit vše Re: Kompilácia starších zdrojákov.
    Nič modernejšie public nie je, iba ak .exe aplikácia Fausto, kde to je implementované asi z týchto zdrojákov. Pomohlo
     if (v >= 0)
            *(int *)&caselected = in[0]
    potom
    marian@marian-lubuntu:~/lincardemu-0.21a$ make
    OSTARGET='UNIX' uname='Linux' date: 20181105
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o main.o main.c
    main.c: In function ‘main’:
    main.c:773:8: warning: variable ‘fname’ set but not used [-Wunused-but-set-variable]
      char *fname;
            ^
    main.c:887:18: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness [-Wpointer-sign]
      strncpy(prompt, curr_CS->system,28);
                      ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/errno.h:28,
                     from debug.h:27,
                     from common.h:22,
                     from main.c:20:
    /usr/include/i386-linux-gnu/bits/string3.h:117:1: note: expected ‘const char * __restrict__’ but argument is of type ‘byte *’
     __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
     ^
    main.c:913:5: warning: format not a string literal and no format arguments [-Wformat-security]
         scrprint(msg);
         ^
    main.c:928:5: warning: format not a string literal and no format arguments [-Wformat-security]
         scrprint(msg);
         ^
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o command.o command.c
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o config.o config.c
    config.c: In function ‘ConfigSection’:
    config.c:148:22: warning: pointer targets in passing argument 1 of ‘StrNoCaseCmp’ differ in signedness [-Wpointer-sign]
         if(!StrNoCaseCmp(LcsConfig[i].system, section)) {
                          ^
    In file included from config.c:29:0:
    confutil.h:67:5: note: expected ‘const char *’ but argument is of type ‘byte *’
     int StrNoCaseCmp(const char *s1, const char *s2);
         ^
    config.c: In function ‘ConfigVarVal’:
    config.c:208:22: warning: pointer targets in passing argument 2 of ‘SetU’ differ in signedness [-Wpointer-sign]
           if (!SetU(val, &auto_check, 4, 0, 0, 0x7fffffff)) auto_check=0;
                          ^
    In file included from config.c:29:0:
    confutil.h:55:5: note: expected ‘unsigned int *’ but argument is of type ‘int *’
     int SetU (char *val,unsigned  *var, unsigned sz, int base,
         ^
    config.c:211:22: warning: pointer targets in passing argument 2 of ‘SetU’ differ in signedness [-Wpointer-sign]
           if (!SetU(val, &auto_save, 4, 0, 0, 0x7fffffff)) auto_save=0;
                          ^
    In file included from config.c:29:0:
    confutil.h:55:5: note: expected ‘unsigned int *’ but argument is of type ‘int *’
     int SetU (char *val,unsigned  *var, unsigned sz, int base,
         ^
    config.c: In function ‘build_ATR’:
    config.c:410:8: warning: variable ‘TS’ set but not used [-Wunused-but-set-variable]
       byte TS,T0,FI=1,DI=1,II=0,PI1=0,PI2=0, N=0;
            ^
    config.c:408:9: warning: variable ‘pTA1’ set but not used [-Wunused-but-set-variable]
       byte *pTA1=NULL;
             ^
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o std_log.o std_log.c
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o emu_options.o emu_options.c
    ar r lce.a command.o config.o std_log.o emu_options.o
    ar: creating lce.a
    ranlib lce.a
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o des.o des.c
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o ec.o ec.c
    ec.c: In function ‘log_current_status’:
    ec.c:84:15: warning: pointer targets in passing argument 2 of ‘strcpy’ differ in signedness [-Wpointer-sign]
         strcpy(bf,chan->name);
                   ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/stdio.h:27,
                     from ec.c:3:
    /usr/include/i386-linux-gnu/bits/string3.h:102:1: note: expected ‘const char * __restrict__’ but argument is of type ‘u8 *’
     __NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
     ^
    ec.c: In function ‘DoEC’:
    ec.c:447:30: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness [-Wpointer-sign]
        if (cur_chan) strncpy(msg,cur_chan->labelname,16);
                                  ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/stdio.h:27,
                     from ec.c:3:
    /usr/include/i386-linux-gnu/bits/string3.h:117:1: note: expected ‘const char * __restrict__’ but argument is of type ‘u8 *’
     __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
     ^
    ec.c:448:39: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness [-Wpointer-sign]
        else if (real_ec.chan) strncpy(msg,real_ec.chan->labelname,16);
                                           ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/stdio.h:27,
                     from ec.c:3:
    /usr/include/i386-linux-gnu/bits/string3.h:117:1: note: expected ‘const char * __restrict__’ but argument is of type ‘u8 *’
     __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
     ^
    ec.c:461:20: warning: pointer targets in passing argument 2 of ‘sendbyte_n’ differ in signedness [-Wpointer-sign]
        sendbyte_n(dbg, msg, n);
                        ^
    In file included from common.h:63:0,
                     from ec.h:4,
                     from ec.c:9:
    serfunc.h:39:5: note: expected ‘byte *’ but argument is of type ‘char *’
     int sendbyte_n(int deb,byte *ch, int n) ;
         ^
    ec.c:1129:8: warning: variable ‘key’ set but not used [-Wunused-but-set-variable]
       byte key;
            ^
    ec.c:1261:23: warning: variable ‘cp’ set but not used [-Wunused-but-set-variable]
            char txt[60], *cp;
                           ^
    ec.c:1408:23: warning: variable ‘cp’ set but not used [-Wunused-but-set-variable]
            char txt[60], *cp;
                           ^
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o conax.o conax.c
    conax.c: In function ‘ParseECM’:
    conax.c:702:10: warning: pointer targets in passing argument 1 of ‘strncpy’ differ in signedness [-Wpointer-sign]
      strncpy(name, buf+i+1, nanolen-1);
              ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/stdio.h:27,
                     from conax.c:4:
    /usr/include/i386-linux-gnu/bits/string3.h:117:1: note: expected ‘char * __restrict__’ but argument is of type ‘byte *’
     __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
     ^
    conax.c:702:16: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness [-Wpointer-sign]
      strncpy(name, buf+i+1, nanolen-1);
                    ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/stdio.h:27,
                     from conax.c:4:
    /usr/include/i386-linux-gnu/bits/string3.h:117:1: note: expected ‘const char * __restrict__’ but argument is of type ‘byte *’
     __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
     ^
    conax.c:740:14: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
        if(strlen(strb) > 0)
                  ^
    In file included from conax.c:6:0:
    /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘byte *’
     extern size_t strlen (const char *__s)
                   ^
    conax.c: In function ‘build_OSD_txt’:
    conax.c:855:11: warning: pointer targets in passing argument 1 of ‘strncpy’ differ in signedness [-Wpointer-sign]
       strncpy(OSD_txt+6, txt, l);
               ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/stdio.h:27,
                     from conax.c:4:
    /usr/include/i386-linux-gnu/bits/string3.h:117:1: note: expected ‘char * __restrict__’ but argument is of type ‘byte *’
     __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
     ^
    conax.c: In function ‘DoConax’:
    conax.c:1322:43: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness [-Wpointer-sign]
                   for(i=0; i<64; i++) sprintf(decoded+i*3, "%02X ", demm[i]);
                                               ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/stdio.h:27,
                     from conax.c:4:
    /usr/include/i386-linux-gnu/bits/stdio2.h:31:1: note: expected ‘char * __restrict__’ but argument is of type ‘byte *’
     __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...))
     ^
    conax.c:1497:16: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
          curr_name = tempChannel->name;
                    ^
    conax.c:1565:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
        curr_name=cur_chan->name;
                 ^
    conax.c:1695:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
          curr_name=currch->name;
                   ^
    conax.c:1781:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
        curr_name=nagraChannel->name;
                 ^
    conax.c:1883:16: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
          curr_name = subc->name;
                    ^
    conax.c:1885:16: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
          curr_name = conaxChannel->name;
                    ^
    conax.c:1969:14: warning: pointer targets in passing argument 1 of ‘SetUL’ differ in signedness [-Wpointer-sign]
        if (SetUL(B2_ins+3,&pin,sz-1,10))
                  ^
    In file included from conax.c:9:0:
    confutil.h:54:5: note: expected ‘char *’ but argument is of type ‘byte *’
     int SetUL(char *val,unsigned long  *var, unsigned sz, int base);
         ^
    conax.c:1974:8: warning: format not a string literal and no format arguments [-Wformat-security]
            scrprint(msg);
            ^
    conax.c:908:12: warning: variable ‘dbgsend’ set but not used [-Wunused-but-set-variable]
       int dbg, dbgsend;
                ^
    conax.c:903:7: warning: variable ‘tempp3’ set but not used [-Wunused-but-set-variable]
       int tempp3 = 0;
           ^
    conax.c: In function ‘ChangeConaxSubsystem’:
    conax.c:176:22: warning: iteration 6u invokes undefined behavior [-Waggressive-loop-optimizations]
             if (systab[i].sys1) {
                          ^
    conax.c:175:7: note: containing loop
           for(i=0; i<...) {
           ^
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o irdeto.o irdeto.c
    irdeto.c: In function ‘DoIrdeto’:
    irdeto.c:296:17: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
        byte *demm = buf+14+8+1;
                     ^
    irdeto.c:299:31: warning: pointer targets in passing argument 1 of ‘Nagra_RSADecrypt_SSL_EMM’ differ in signedness [-Wpointer-sign]
          Nagra_RSADecrypt_SSL_EMM(buf+14, (int)buf[12],nagraChannel->b[E11], nagraChannel->b[N11],nagraChannel->b[N12]);
                                   ^
    In file included from irdeto.c:20:0:
    nagra.h:11:13: note: expected ‘unsigned char *’ but argument is of type ‘char *’
     extern void Nagra_RSADecrypt_SSL_EMM(unsigned char* Data, int provid, BIGNUM *e1, BIGNUM *n1, BIGNUM *n2);
                 ^
    irdeto.c:302:31: warning: pointer targets in passing argument 1 of ‘Nagra_RSADecrypt_SSL_EMM’ differ in signedness [-Wpointer-sign]
          Nagra_RSADecrypt_SSL_EMM(buf+14, (int)buf[12],nagraChannel->b[E11], nagraChannel->b[N11],nagraChannel->b[N22]);
                                   ^
    In file included from irdeto.c:20:0:
    nagra.h:11:13: note: expected ‘unsigned char *’ but argument is of type ‘char *’
     extern void Nagra_RSADecrypt_SSL_EMM(unsigned char* Data, int provid, BIGNUM *e1, BIGNUM *n1, BIGNUM *n2);
                 ^
    irdeto.c:306:33: warning: pointer targets in passing argument 1 of ‘Nagra_RSADecrypt_SSL_EMM’ differ in signedness [-Wpointer-sign]
            Nagra_RSADecrypt_SSL_EMM(buf+14, (int)buf[12],nagraChannel->b[E31], nagraChannel->b[N31],nagraChannel->b[N32]);
                                     ^
    In file included from irdeto.c:20:0:
    nagra.h:11:13: note: expected ‘unsigned char *’ but argument is of type ‘char *’
     extern void Nagra_RSADecrypt_SSL_EMM(unsigned char* Data, int provid, BIGNUM *e1, BIGNUM *n1, BIGNUM *n2);
                 ^
    irdeto.c:314:35: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness [-Wpointer-sign]
          for (i=0; i<64; i++) sprintf(decoded+i*3, "%02X ", demm[i]);
                                       ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/stdio.h:27,
                     from irdeto.c:3:
    /usr/include/i386-linux-gnu/bits/stdio2.h:31:1: note: expected ‘char * __restrict__’ but argument is of type ‘byte *’
     __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...))
     ^
    irdeto.c:438:13: warning: variable ‘nw’ set but not used [-Wunused-but-set-variable]
             int nw;
                 ^
    irdeto.c:211:25: warning: variable ‘camkey_inuse’ set but not used [-Wunused-but-set-variable]
       int i=0,counter=0,x=0,camkey_inuse=0;
                             ^
    irdeto.c:207:12: warning: variable ‘dbgsend’ set but not used [-Wunused-but-set-variable]
       int dbg, dbgsend;
                ^
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o irdeto_v1_algorithm.o irdeto_v1_algorithm.c
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o seca.o seca.c
    seca.c: In function ‘DoSeca’:
    seca.c:608:12: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
           tbuf = buf;
                ^
    seca.c:618:29: warning: pointer targets in passing argument 2 of ‘mlogprint_buffer’ differ in signedness [-Wpointer-sign]
           mlogprint_buffer(dbg, buf, 0,  counter, "\n\nIndata  :");
                                 ^
    In file included from common.h:22:0,
                     from config.h:23,
                     from seca.c:5:
    debug.h:213:6: note: expected ‘unsigned char *’ but argument is of type ‘char *’
     void mlogprint_buffer(int dbg, unsigned char *buf, int first, int sz,
          ^
    seca.c:622:38: warning: pointer targets in passing argument 3 of ‘Seca2decryptEMM’ differ in signedness [-Wpointer-sign]
      int res = Seca2decryptEMM(chan, p2, buf, p3);
                                          ^
    In file included from seca.c:10:0:
    seca2Algorithm.h:9:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’
     int Seca2decryptEMM(struct Secachannel *ch, unsigned char key_in_use, unsigned char *emm, int len);
         ^
    seca.c:634:16: warning: pointer targets in passing argument 3 of ‘SecaDecrypt’ differ in signedness [-Wpointer-sign]
                    buf+counter-8);
                    ^
    In file included from seca.h:5:0,
                     from seca.c:8:
    secaAlgorithm.h:7:6: note: expected ‘unsigned char *’ but argument is of type ‘char *’
     void SecaDecrypt(unsigned char *k1, unsigned char *k2, unsigned char *d);
          ^
    seca.c: In function ‘log_current_SECA_status’:
    seca.c:761:11: warning: variable ‘name’ set but not used [-Wunused-but-set-variable]
         char *name;
               ^
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o viaccess.o viaccess.c
    viaccess.c: In function ‘log_current_status_Viaccess’:
    viaccess.c:95:15: warning: pointer targets in passing argument 2 of ‘strcpy’ differ in signedness [-Wpointer-sign]
         strcpy(bf,chan->name);
                   ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/string.h:25,
                     from viaccess.c:3:
    /usr/include/i386-linux-gnu/bits/string3.h:102:1: note: expected ‘const char * __restrict__’ but argument is of type ‘u8 *’
     __NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
     ^
    viaccess.c: In function ‘DoViaccess’:
    viaccess.c:281:20: warning: pointer targets in passing argument 2 of ‘sendbyte_n’ differ in signedness [-Wpointer-sign]
        sendbyte_n(dbg, provider, p3-6);
                        ^
    In file included from common.h:63:0,
                     from config.h:23,
                     from viaccess.c:9:
    serfunc.h:39:5: note: expected ‘byte *’ but argument is of type ‘char *’
     int sendbyte_n(int deb,byte *ch, int n) ;
         ^
    viaccess.c:354:20: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
        if (cur_chan) cp=cur_chan->labelname ;
                        ^
    viaccess.c:517:20: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness [-Wpointer-sign]
          strncpy(msg+n,cur_chan->labelname,lsz-n);
                        ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/string.h:25,
                     from viaccess.c:3:
    /usr/include/i386-linux-gnu/bits/string3.h:117:1: note: expected ‘const char * __restrict__’ but argument is of type ‘u8 *’
     __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
     ^
    viaccess.c:528:22: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness [-Wpointer-sign]
            strncpy(txt+1,curr_CS->system,4);
                          ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/string.h:25,
                     from viaccess.c:3:
    /usr/include/i386-linux-gnu/bits/string3.h:117:1: note: expected ‘const char * __restrict__’ but argument is of type ‘byte *’
     __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
     ^
    viaccess.c:541:20: warning: pointer targets in passing argument 2 of ‘sendbyte_n’ differ in signedness [-Wpointer-sign]
        sendbyte_n(dbg, msg, n);
                        ^
    In file included from common.h:63:0,
                     from config.h:23,
                     from viaccess.c:9:
    serfunc.h:39:5: note: expected ‘byte *’ but argument is of type ‘char *’
     int sendbyte_n(int deb,byte *ch, int n) ;
         ^
    viaccess.c:1449:19: warning: variable ‘cp’ set but not used [-Wunused-but-set-variable]
        char txt[60], *cp;
                       ^
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o tpscrypt.o tpscrypt.c
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o secaAlgorithm.o secaAlgorithm.c
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o videoguard.o videoguard.c
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o ec-s.o ec-s.c
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o nagra.o nagra.c
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o seca2Algorithm.o seca2Algorithm.c
    seca2Algorithm.c: In function ‘Seca2decrypt’:
    seca2Algorithm.c:1253:26: warning: variable ‘nanoD2Data’ set but not used [-Wunused-but-set-variable]
         const unsigned char *nanoD2Data=0;
                              ^
    seca2Algorithm.c: In function ‘Seca2decryptEMM’:
    seca2Algorithm.c:1419:10: warning: variable ‘Mask’ set but not used [-Wunused-but-set-variable]
       void (*Mask)(unsigned short offset, unsigned char *buffer);
              ^
    seca2Algorithm.c: At top level:
    seca2Algorithm.c:281:22: warning: ‘tabFx1_pol’ defined but not used [-Wunused-variable]
     static unsigned char tabFx1_pol[256] = {
                          ^
    seca2Algorithm.c:298:22: warning: ‘tabFx2_pol’ defined but not used [-Wunused-variable]
     static unsigned char tabFx2_pol[256] = {
                          ^
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o sha.o sha.c
    make: *** No rule to make target '6805_cpu.h', needed by 'NagraFxEmu.o'.  Stop.

    V tomto formuláři můžete formulovat svou stížnost ohledně příspěvku. Nejprve vyberte typ akce, kterou navrhujete provést s diskusí či příspěvkem. Potom do textového pole napište důvody, proč by měli admini provést vaši žádost, problém nemusí být patrný na první pohled. Odkaz na příspěvek bude přidán automaticky.

    Vaše jméno
    Váš email
    Typ požadavku
    Slovní popis
    ISSN 1214-1267   www.czech-server.cz
    © 1999-2015 Nitemedia s. r. o. Všechna práva vyhrazena.