Skip to content

Commit

Permalink
build: cleaning several compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed May 21, 2024
1 parent 2496c79 commit 1c53720
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/cpfskmodem_example.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ int main(int argc, char*argv[])

// print modulator
cpfskmod_print(mod);
cpfskdem_print(mod);
cpfskdem_print(dem);

// get full symbol delay
unsigned int delay = cpfskmod_get_delay(mod) + cpfskdem_get_delay(dem);
Expand Down
1 change: 0 additions & 1 deletion src/buffer/tests/window_autotest.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ void autotest_windowf()
float v[] = {9, 8, 7, 6, 5, 4, 3, 2, 1, 0};
float *r; // reader pointer
float x; // temporary value holder
unsigned int i;

float test0[10] = {0,0,0,0,0,0,0,0,0,0};
float test1[10] = {0,0,0,0,0,0,1,1,1,1};
Expand Down

0 comments on commit 1c53720

Please sign in to comment.