[Docs] Try to fix the docs buildbot.

It's complaining that it couldn't lex a compiler warning as C++. I don't
blame it.

llvm-svn: 273227
This commit is contained in:
George Burgess IV 2016-06-21 00:16:23 +00:00
parent ea575b9106
commit 61e43277ef
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ An optional string message can be added to the ``deprecated`` and
If the deprecated or unavailable declaration is used, the message will be
incorporated into the appropriate diagnostic:
.. code-block:: c++
.. code-block:: none
harmless.c:4:3: warning: 'explode' is deprecated: extremely unsafe, use 'combust' instead!!!
[-Wdeprecated-declarations]