]> granicus.if.org Git - clang/commitdiff
Keep diagnostic td in sync with r67015.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 15 Mar 2009 10:42:31 +0000 (10:42 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 15 Mar 2009 10:42:31 +0000 (10:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67026 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticDriverKinds.td

index 37883a85abe766a668ce3991b8fce8ec16ca3054..cc7067a4ef328dca6d696da09c145dbc119096c1 100644 (file)
@@ -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'">;
 
 }