Attention is currently required from: fixeria, jolly, pespin.
1 comment:
File src/osmo-bsc/system_information.c:
unsigned int save_cur_bit;
struct gsm_subscriber_connection *c;
You could still have them variables defined separately from code within a for-loop, but it's not rea […]
variables should always be declared with the smallest possible scope. So if they are only used within the for-loop, they should be declared on top of the for-loop.
To view, visit change 34626. To unsubscribe, or for help writing mail filters, visit settings.