gcc-3.2를 깔고 g++로 컴파일하는데 deprecated warning이 fstream.h, iostream.h strstream.h등에서 나오네
요. 아래에 문구처럼 옵션을 줘도 좋겠지만, 어떻게하면 이 워닝이 근본적으로 안나오나요
? /usr/local/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprec
ated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Ex
amples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated
header <strstream.h>. To disable this warning use -Wno-deprecated.