Re: stray warning from gcc's cpp

2014-03-28 Thread Andriy Gapon
on 19/03/2014 12:03 Andriy Gapon said the following: > > I observe the following minor annoyance on FreeBSD systems where cpp is GCC's > cpp. If a DTrace script has the following shebang line: > #!/usr/sbin/dtrace -Cs > then the following warning is produced when the

stray warning from gcc's cpp

2014-03-19 Thread Andriy Gapon
->st)) + if (regular && total != size && file->fd != 0 + && STAT_SIZE_RELIABLE (file->st)) cpp_error (pfile, CPP_DL_WARNING, "%s is shorter than expected", file->path); -- Andriy Gapon