علم خيار الجدار الخليجي

gcc -Wall يتيح لجميع رسائل التحذير الخاصة بالمجمع. يجب استخدام هذا الخيار دائمًا ، من أجل إنشاء رمز أفضل.

بناء الجملة

$ gcc -Wall [options] [source files] [object files] [-o output file]

مثال

اكتب ملف المصدر myfile.c :

// myfile.c
#include <stdio.h/

int main()
{
    printf("Program run!\n");
    int i=10;
}

 

البناء المنتظم لـ myfile.c لا يعطي رسائل:

$ gcc myfile.c -o myfile
$

 

بناء myfile.c مع الجدار :

$ gcc -Wall myfile.c -o myfile
myfile.c In function 'main':
myfile.c:6:6: warning: unused variable 'i'
myfile.c:7:1: warning: control reaches end of non-void function
$

 

 

 


أنظر أيضا

دول مجلس التعاون الخليجي
جداول سريعة