diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-03-15 10:42:31 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-03-15 10:42:31 +0000 |
commit | 8afc3da10f9bdf3036ee2b8253d329f97a15219b (patch) | |
tree | 767e28c6ba8b2bb8dce6b50e67e745e996ff5315 | |
parent | c8a7952dba5014d654739fdbaedc457183e441ec (diff) |
Keep diagnostic td in sync with r67015.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67026 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Basic/DiagnosticDriverKinds.td | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/clang/Basic/DiagnosticDriverKinds.td b/include/clang/Basic/DiagnosticDriverKinds.td index 37883a85ab..cc7067a4ef 100644 --- a/include/clang/Basic/DiagnosticDriverKinds.td +++ b/include/clang/Basic/DiagnosticDriverKinds.td @@ -24,5 +24,7 @@ def err_drv_use_of_Z_option : Error< def warn_drv_input_file_unused : Warning< "%0: '%1' input file unused when '%2' is present">; +def warn_drv_unused_argument : Warning< + "argument unused during compilation: '%0'">; } |