]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Change the comment of deprecated to an actual compiler deprecation
authorTilghman Lesher <tilghman@meg.abyt.es>
Thu, 1 May 2008 23:20:25 +0000 (23:20 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Thu, 1 May 2008 23:20:25 +0000 (23:20 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@115102 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/res_odbc.h

index 7f1f55812076eb354565108011b431368ae3179b..690b1f5b9ce6def6568a483cb87823b8a81bd54d 100644 (file)
@@ -61,7 +61,7 @@ struct odbc_obj {
  * This function really only ever worked with MySQL, where the statement handle is
  * not prepared on the server.  If you are not using MySQL, you should avoid it.
  */
-int ast_odbc_smart_execute(struct odbc_obj *obj, SQLHSTMT stmt); /* DEPRECATED */
+int ast_odbc_smart_execute(struct odbc_obj *obj, SQLHSTMT stmt) __attribute__ ((deprecated));
 
 /*! \brief Retrieves a connected ODBC object
  * \param name The name of the ODBC class for which a connection is needed.