Make warnings from the Thrift compiler a little clearer.
authorDavid Reiss <dreiss@apache.org>
Wed, 27 Feb 2008 01:54:47 +0000 (01:54 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 27 Feb 2008 01:54:47 +0000 (01:54 +0000)
commit9cc2c137102ce4b5a2e0d362832ea1021c20ca19
treee0262e90db16937409c32facbecc155ded74c41d
parentc81e82bc26c309d2875b9eb4b946cabe6c0e9481
Make warnings from the Thrift compiler a little clearer.

Reviewed by: mcslee

Warning and error messages from the Thrift compiler include
the file currently being parsed and the line number.
This change sets those to dummy values for stages that
have nothing to do with parsing.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665506 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/main.cc