- Katılım
- 9 Ağustos 2018
- Mesajlar
- 19,532
- Çözümler
- 37
- Reaksiyon puanı
- 19,245
- Puanları
- 5,258
- Yaş
- 20
Arkadaşlar herkese iyi günler dilerim. Derlemek istediğim dosyaları derlerken bir sorun oluyor.
Derlemeye çalıştığım dosya:
Sorun:
Görsel:
Şimdiden herkese teşekkür ederim.
@darkstar @rise
Derlemeye çalıştığım dosya:
Sorun:
Kod:
block/qcow2-cluster.c: In function ‘count_contiguous_clusters’:
block/qcow2-cluster.c:250:5: error: this ‘for’ clause does not guard... [-Werror=misleading-indentation]
for (i = start; i < start + nb_clusters; i++)
^~~
block/qcow2-cluster.c:254:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
return (i - start);
^~~~~~
cc1: all warnings being treated as errors
make: *** [/home/efishell/Downloads/qemu-ia64-pvaibhav-ia64/rules.mak:18: block/qcow2-cluster.o] Error 1
root@efishell-PC:/home/efishell/Downloads/qemu-ia64-pvaibhav-ia64# make install
CC block/qcow2-cluster.o
block/qcow2-cluster.c: In function ‘count_contiguous_clusters’:
block/qcow2-cluster.c:250:5: error: this ‘for’ clause does not guard... [-Werror=misleading-indentation]
for (i = start; i < start + nb_clusters; i++)
^~~
block/qcow2-cluster.c:254:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
return (i - start);
^~~~~~
Görsel:
Şimdiden herkese teşekkür ederim.