Commit dc7dcbd
committed
Fix build errors: update all callers of changed function signatures
Three callers were missing the new use_ffm parameter:
- aws_signing.c: aws_input_stream_new_from_java_http_request_body_stream()
-> add false (signing path always uses JNI)
- mqtt_connection.c: aws_apply_java_http_request_changes_to_native_request()
-> add false (MQTT path always uses JNI)
- mqtt5_client.c: aws_apply_java_http_request_changes_to_native_request()
-> add false (MQTT5 path always uses JNI)
Also fix the unused-parameter warning in http_request_utils.c:
- aws_apply_java_http_request_changes_to_native_request() now passes
use_ffm through to aws_input_stream_new_from_java_http_request_body_stream()
instead of hardcoding false, making the parameter actually used.1 parent ad56b5f commit dc7dcbd
4 files changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
| 497 | + | |
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
438 | | - | |
439 | | - | |
| 438 | + | |
440 | 439 | | |
441 | | - | |
| 440 | + | |
442 | 441 | | |
443 | 442 | | |
444 | 443 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1650 | 1650 | | |
1651 | 1651 | | |
1652 | 1652 | | |
1653 | | - | |
| 1653 | + | |
1654 | 1654 | | |
1655 | 1655 | | |
1656 | 1656 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1290 | 1290 | | |
1291 | 1291 | | |
1292 | 1292 | | |
1293 | | - | |
| 1293 | + | |
1294 | 1294 | | |
1295 | 1295 | | |
1296 | 1296 | | |
| |||
0 commit comments