Yardım Game Build Warningleri

  • Konuyu açan Konuyu açan sametkemh
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 3
  • Gösterim Gösterim 661
Konu sahibi bu konuda soru soruyor. Sorusu ile ilgili bilgisi olanların yanıtlamasını bekliyor.

sametkemh

Üye
Üye
Mesaj
36
Beğeni
7
Puan
46
Ticaret Puanı
0
Merhabalar iyi forumlar herkese. Hemen konuya geçeyim. Game build ederken aldığım warningler aşağıdadır araştırmama rağmen bir sonuç elde edemedim, nasıl çözebileceğim konusunda yardım edecekler varsa yorum atarlarsa sevinirim. Buildin tamamı da ektedir.

Files altyapı:
Linkleri görebilmek için giriş yap veya kayıt ol.

Build ettiğim hazır imaj konuda önerdiği kendi imajı:
Linkleri görebilmek için giriş yap veya kayıt ol.


C++:
Genişlet Daralt Kopyala
llex.c:265:4: warning: case label value is less than minimum value for type
llex.c:152:19: warning: statement will never be executed [-Wswitch-unreachable]
liolib.c:99:34: warning: value computed is not used [-Wunused-value]
liolib.c:99:34: warning: value computed is not used [-Wunused-value]
log.c:353:26: warning: '%s' directive writing up to 255 bytes into a region of size 56 [-Wformat-overflow=]
log.c:439:29: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size 124 [-Wformat-truncation=]
utils.c:337:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
tea.c:34:17: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
tea.c:34:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
tea.c:34:33: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
tea.c:170:17: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
tea.c:170:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
tea.c:170:33: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
DES_table.h:164:14: warning: 'KeyPerm' defined but not used [-Wunused-variable]
gost.c:105:18: warning: ISO C++17 does not allow 'register' storage class specif       ier [-Wregister]
gost.c:105:22: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
gost.c:173:18: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
gost.c:173:22: warning: ISO C++17 does not allow 'register' storage class specif
 

Dosya Eklentileri

Son düzenleme:
Biraz araştırdım registeri silmeyi önermişler. Bu bir çözüm olmayabilir.

- register void *pc = NULL;
+ void *pc = NULL;
 
Sorun çözüldü mü? Lütfen konuya dönüş yaparak son durumu bildiriniz :)
 
Üst