]> granicus.if.org Git - php/commitdiff
Comment out non ANSI C standard comliant code. Fixes win32 build.
authorEdin Kadribasic <edink@php.net>
Mon, 6 Jan 2003 01:26:14 +0000 (01:26 +0000)
committerEdin Kadribasic <edink@php.net>
Mon, 6 Jan 2003 01:26:14 +0000 (01:26 +0000)
ext/mcrypt/mcrypt.c

index 9f66ce9a5d7051a97f65273a08307028d5c08ace..da7825047392f872d58e7b27804d545b6976391d 100644 (file)
@@ -168,8 +168,11 @@ ZEND_GET_MODULE(mcrypt)
        if (argc < (a) || argc > (b)) {                                                         \
                WRONG_PARAM_COUNT;                                                                              \
        }
-#warning Invalidate resource if the param count is wrong, or other problems
-#warning occurred during functions.
+/*
+ * #warning is not ANSI C
+ * #warning Invalidate resource if the param count is wrong, or other problems
+ * #warning occurred during functions.
+ */
 
 #define MCRYPT_GET_CRYPT_ARGS                                                                  \
        switch (argc) {                                                                                         \