mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-01 22:58:48 -04:00
Make (extern) declarations and definition of macro_depth consistent
All `extern` declarations refer to it as `unsigned int`, but the actual definition is a signed integer. Reported by CBMC's goto-cc compiler, which performs type-aware linking.
This commit is contained in:
parent
8c8d6941f2
commit
677b700eb1
1 changed files with 1 additions and 1 deletions
|
|
@ -55,6 +55,6 @@ int tram_table_count=0;
|
||||||
int gpr_constant_count=0;
|
int gpr_constant_count=0;
|
||||||
|
|
||||||
char patch_name[PATCH_NAME_SIZE]="NO_NAME";
|
char patch_name[PATCH_NAME_SIZE]="NO_NAME";
|
||||||
int macro_depth=0;
|
unsigned int macro_depth=0;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue