diff options
author | isaacs <i@izs.me> | 2012-06-21 12:20:23 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-06-21 12:29:33 -0700 |
commit | 48c3d2004180dda8d0d32386299dd918a0804389 (patch) | |
tree | 8b2c1a539305787edcd70de9b133c3168305ec13 /src/node_internals.h | |
parent | 5b39929d47f962fccafb4116f3c177ddc4fd3269 (diff) | |
download | node-new-48c3d2004180dda8d0d32386299dd918a0804389.tar.gz |
Apply --no-deprecation to C++ warnings as well
Diffstat (limited to 'src/node_internals.h')
-rw-r--r-- | src/node_internals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node_internals.h b/src/node_internals.h index 80aa4e5366..3f9eec2193 100644 --- a/src/node_internals.h +++ b/src/node_internals.h @@ -28,6 +28,8 @@ namespace node { +extern bool no_deprecation; + #ifdef _WIN32 // emulate snprintf() on windows, _snprintf() doesn't zero-terminate the buffer // on overflow... |