Skip to content

Commit

Permalink
asub: initialize prec in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Sep 19, 2024
1 parent 2865c12 commit 006f0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utcaApp/src/asub-routines-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "asub-routines.cpp"

class PosCalcSelfTest {
aSubRecord prec;
aSubRecord prec{};

/* inputs */
epicsInt32 a, b, c, d;
Expand Down

0 comments on commit 006f0f1

Please sign in to comment.