[Warning] -fno-access-control

Discussion in 'C' started by techie1991, Aug 30, 2010.

  1. techie1991

    techie1991 New Member

    Joined:
    Aug 30, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    I have just started writing C code in dev-c++. The programs are running fine, but each C program shows me the following warning:
    Quote:
    [Warning] command line option "-fno-access-control" is valid for C++/ObjC++ but not for C
    The test program I used was:
    #include
    int main(){
    system("pause");
    return 0;
    }After searching a lot all I could find was:
    Quote:
    -fno-access-control Do not obey access control semantics
    Can anyone please explain, what is this all about?
    Thanks..
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice