diff options
author | Guy Harris <gharris@sonic.net> | 2020-05-30 20:24:32 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2020-05-30 20:24:32 -0700 |
commit | 93de3016026736a2a7be46a6a5230d14cf04bd22 (patch) | |
tree | 4d1fc932774a67a6732924b06ce17ff3e4729fed | |
parent | c04de5803e77a450cb8803fc637156700695ea6a (diff) |
Expand a comment.
-rw-r--r-- | diag-control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diag-control.h b/diag-control.h index 30815fc1..7ea16918 100644 --- a/diag-control.h +++ b/diag-control.h @@ -48,7 +48,7 @@ #endif /* - * Suppress Flex warnings. + * Suppress Flex, narrowing, and deprecation warnings. */ #if defined(_MSC_VER) /* |