Arama Sonuçları

  1. MEKA

    Çözüldü libthecore Warning

    Çözümünü bildiğiniz warningler var ise yardımcı olursanız sevinirim. fdwatch.c: In function 'void fdwatch_clear_event(LPFDWATCH, socket_t, unsigned int)': fdwatch.c:165:19: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 165 |...
  2. MEKA

    Çözüldü libthecore Warning

    İşe yaramadı şu şekilde değiştirdim. Uyarı ortadan kalktı. socket_t fd unsigned int fd
  3. MEKA

    Çözüldü libthecore Warning

    Zaten bu şekilde ayarlamışım verdiği uyarıda şu şekilde void fdwatch_clear_event(LPFDWATCH fdw, socket_t fd, unsigned int event_idx) { assert(event_idx < (unsigned int)fdw->nfiles * 2); if (fdw->kqrevents[event_idx].ident != fd) return; fdw->kqrevents[event_idx].ident = 0; }...
  4. MEKA

    Çözüldü libthecore Warning

    void fdwatch_clear_event(LPFDWATCH fdw, socket_t fd, unsigned int event_idx) { assert(event_idx < fdw->nfiles * 2); if (fdw->kqrevents[event_idx].ident != fd) return; fdw->kqrevents[event_idx].ident = 0; }
  5. MEKA

    Çözüldü libthecore Warning

    fdwatch.c: In function 'void fdwatch_clear_event(LPFDWATCH, socket_t, unsigned int)': fdwatch.c:167:38: warning: comparison of integer expressions of different signedness: '__uintptr_t' {aka 'unsigned int'} and 'socket_t' {aka 'int'} [-Wsign-compare] 167 | if (fdw->kqrevents[event_idx].ident...
  6. MEKA

    Çözüldü libthecore Warning

    event_idx zaten unsigned int
  7. MEKA

    Çözüldü libthecore Warning

    static DWORD KeyPerm[8][64] = { /* for C bits (numbered as per FIPS 46) 1 2 3 4 5 6 */ { 0x00000000,0x00000010,0x20000000,0x20000010, 0x00010000,0x00010010,0x20010000,0x20010010, 0x00000800,0x00000810,0x20000800,0x20000810, 0x00010800,0x00010810,0x20010800,0x20010810...
Geri
Üst