mirror of
https://github.com/phpv8/v8js.git
synced 2025-04-21 13:34:37 +00:00
Enable deprecation warnings
This commit is contained in:
parent
c747933d0e
commit
338fa52aa9
@ -188,6 +188,8 @@ int main ()
|
||||
LDFLAGS="$old_LDFLAGS"
|
||||
CPPFLAGS=$old_CPPFLAGS
|
||||
|
||||
AC_DEFINE([V8_DEPRECATION_WARNINGS], [1], [Enable compiler warnings when using V8_DEPRECATED apis.])
|
||||
|
||||
PHP_ADD_INCLUDE($V8_DIR)
|
||||
PHP_NEW_EXTENSION(v8js, [ \
|
||||
v8js_array_access.cc \
|
||||
|
Loading…
x
Reference in New Issue
Block a user