We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bfc80 commit 6851f29Copy full SHA for 6851f29
1 file changed
php_interbase.h
@@ -36,7 +36,7 @@ extern zend_module_entry ibase_module_entry;
36
#define TO_STRING(x) TO_STRING_(x)
37
38
#ifndef FB_API_VER
39
- FATAL: FB_API_VER is not defined. Assumed very old, unsupported client library
+ static_assert(false, "FATAL: FB_API_VER is not defined. Assumed very old, unsupported client library");
40
#endif
41
42
#define PHP_INTERBASE_VER_MAJOR 6
0 commit comments