|
@@ -691,9 +691,8 @@ extern "C" {
|
|
* The variable can be set to the following values:
|
|
* The variable can be set to the following values:
|
|
*
|
|
*
|
|
* - "1": Enable fast parameter error checking, e.g. quick NULL checks, etc.
|
|
* - "1": Enable fast parameter error checking, e.g. quick NULL checks, etc.
|
|
- * (default)
|
|
|
|
* - "2": Enable full parameter error checking, e.g. validating objects are
|
|
* - "2": Enable full parameter error checking, e.g. validating objects are
|
|
- * the correct type, etc.
|
|
|
|
|
|
+ * the correct type, etc. (default)
|
|
*
|
|
*
|
|
* This hint can be set anytime.
|
|
* This hint can be set anytime.
|
|
*
|
|
*
|