Skip to content

Fixed all the warnings emitted during compilation.

Md Safiyat Reza requested to merge fix_all_warnings into master

Changes:

  • Typecasted a parameter to strtok() in cmd_parser.c
  • Fixed the type while typecasting of udp_h.
  • Fixed the return type and parameter of lcore_main().
  • Fixed format specifier in sprintf statements from %u to PRIu64.

Merge request reports