Skip to content

Commit

Permalink
Merge pull request COVESA#53 from boschglobal/fix/warnings
Browse files Browse the repository at this point in the history
Fix compiler warnings
  • Loading branch information
kamelfakihh authored Dec 3, 2024
2 parents 2dac9a6 + e2cef3b commit f9f56ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/acf-can/acf-can-talker.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ int main(int argc, char *argv[])
uint16_t pdu_length, cf_length;
frame_t can_frame;

argp_parse(&argp, argc, argv, doc, NULL, NULL);
argp_parse(&argp, argc, argv, 0, NULL, NULL);

// Create an appropriate talker socket: UDP or Ethernet raw
// Setup the socket for sending to the destination
Expand Down

0 comments on commit f9f56ff

Please sign in to comment.