summaryrefslogtreecommitdiff
path: root/src/node_internals.h
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-06-21 12:20:23 -0700
committerisaacs <i@izs.me>2012-06-21 12:29:33 -0700
commit48c3d2004180dda8d0d32386299dd918a0804389 (patch)
tree8b2c1a539305787edcd70de9b133c3168305ec13 /src/node_internals.h
parent5b39929d47f962fccafb4116f3c177ddc4fd3269 (diff)
downloadnode-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.h2
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...