Skip to content

Commit

Permalink
changed deprecation from pragma to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
collinsmith committed Dec 26, 2015
1 parent dcce81d commit 8a83f61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/include/logger_const.inc
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ enum Logger {
enum Severity {
/**
* Constant used to represent invalid Severities
*
* @deprecated
*/
#pragma deprecated Severity_Invalid
Severity_Invalid = -1,

/**
Expand Down

0 comments on commit 8a83f61

Please sign in to comment.