Inspections Open source
Name
channels.c
Location
file [vdr] - .../channels.c
Problem synopsis- Returning 'unsigned long' from a function returning 'int': Values of type 'unsigned long' may not fit into the receiver type 'int' at line 330
- Values of type 'long' may not fit into the receiver type 'int' at line 609
- Values of type 'long' may not fit into the receiver type 'int' at line 686
- Values of type 'long' may not fit into the receiver type 'int' at line 692
- Values of type 'long' may not fit into the receiver type 'int' at line 715
- Values of type 'long' may not fit into the receiver type 'int' at line 721
- Values of type 'long' may not fit into the receiver type 'int' at line 745
- Values of type 'long' may not fit into the receiver type 'int' at line 762
- Returning 'int' from a function returning 'bool': Values of type 'int' may not fit into the receiver type 'bool' at line 1069
- Values of type 'int' may not fit into the receiver type 'bool' at line 1096