| Change |
Effect |
1 | Value of member RASQAL_EXPR_BANG has been changed from 19 to 20. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member RASQAL_EXPR_LITERAL has been changed from 20 to 21. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Value of member RASQAL_EXPR_MINUS has been changed from 10 to 11. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Value of member RASQAL_EXPR_PATTERN has been changed from 21 to 22. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 | Value of member RASQAL_EXPR_PLUS has been changed from 9 to 10. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 | Value of member RASQAL_EXPR_REM has been changed from 13 to 14. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 | Value of member RASQAL_EXPR_SLASH has been changed from 12 to 13. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 | Value of member RASQAL_EXPR_STAR has been changed from 11 to 12. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 | Value of member RASQAL_EXPR_STR_EQ has been changed from 14 to 15. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 | Value of member RASQAL_EXPR_STR_MATCH has been changed from 16 to 17. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
11 | Value of member RASQAL_EXPR_STR_NEQ has been changed from 15 to 16. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
12 | Value of member RASQAL_EXPR_STR_NMATCH has been changed from 17 to 18. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
13 | Value of member RASQAL_EXPR_TILDE has been changed from 18 to 19. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
rasqal_expression_evaluate ( rasqal_query* query, rasqal_expression* expr )Field 'expr->op' in 2nd parameter 'expr' (pointer) has type 'enum rasqal_op'.
rasqal_expression_foreach ( rasqal_expression* expr, rasqal_expression_foreach_fn fn, void* user_data )Field 'expr->op' in 1st parameter 'expr' (pointer) has type 'enum rasqal_op'.
rasqal_expression_print ( rasqal_expression* expr, FILE* fh )Field 'expr->op' in 1st parameter 'expr' (pointer) has type 'enum rasqal_op'.
rasqal_expression_print_op ( rasqal_expression* expr, FILE* fh )Field 'expr->op' in 1st parameter 'expr' (pointer) has type 'enum rasqal_op'.
rasqal_free_expression ( rasqal_expression* expr )Field 'expr->op' in 1st parameter 'expr' (pointer) has type 'enum rasqal_op'.
rasqal_new_1op_expression ( enum rasqal_op op, rasqal_expression* arg )Field 'arg->op' in 2nd parameter 'arg' (pointer) has type 'enum rasqal_op'.
rasqal_new_2op_expression ( enum rasqal_op op, rasqal_expression* arg1, rasqal_expression* arg2 )Field 'arg1->op' in 2nd parameter 'arg1' (pointer) has type 'enum rasqal_op'.
rasqal_new_literal_expression ( rasqal_literal* literal )Field 'retval->op' in return value (pointer) has type 'enum rasqal_op'.
rasqal_new_string_op_expression ( enum rasqal_op op, rasqal_expression* arg1, rasqal_literal* literal )Field 'arg1->op' in 2nd parameter 'arg1' (pointer) has type 'enum rasqal_op'.
rasqal_query_add_constraint ( rasqal_query* query, rasqal_expression* expr )Field 'expr->op' in 2nd parameter 'expr' (pointer) has type 'enum rasqal_op'.
rasqal_query_get_constraint ( rasqal_query* query, int idx )Field 'retval->op' in return value (pointer) has type 'enum rasqal_op'.