The C Source, Patches and (shudder!) Bugs
Post Reply
ncarrier
Posts: 36
Joined: 02 Nov 2011, 18:05

[PATCH 1/3]Explicit types for findMBIMConfig parameters

Post by ncarrier » 16 Nov 2012, 10:29

This warning appears with -Wmissing-parameter-type enabled.
findMBIMConfig has 3 parameters with no type, which default to int with a warning.
This patch explicitly set their type to int.
Attachments
0001-DEVMINOR-Explicit-types-for-findMBIMConfig-parameter.patch
(634 Bytes) Downloaded 575 times

Post Reply