From kde-devel Thu May 31 22:05:59 2001 From: Dmitry Samoyloff Date: Thu, 31 May 2001 22:05:59 +0000 To: kde-devel Subject: #include_next warnings X-MARC-Message: https://marc.info/?l=kde-devel&m=99136550002654 Hello everybody! I always receive the following warnings during compilation of any KDE program: g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/lib/qt2/include -I/usr/X11R6/include -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -O0 -g3 -Wall -c somefile.cpp In file included from /usr/lib/qt2/include/qwindowdefs.h:48, from /usr/lib/qt2/include/qpaintdevice.h:42, from /usr/lib/qt2/include/qprinter.h:42, from somefile.cpp:19: /usr/include/limits.h:124:3: warning: ISO C does not allow #include_next I using KDE 2.1, gcc 2.96, (and KDevelop 1.3). Could anyone explain me how to fix this? Regards, Dmitry Samoyloff >> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<