aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lmm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lmm.cpp b/src/lmm.cpp
index ae8b747..6b07b6c 100644
--- a/src/lmm.cpp
+++ b/src/lmm.cpp
@@ -1525,7 +1525,7 @@ void LMM::AnalyzePlink(const gsl_matrix *U, const gsl_vector *eval,
auto ci_total = 0;
auto ci_test = 0;
// ---- for all genotypes
- for (int i = 0; i < n_bit; ++i) {
+ for (uint i = 0; i < n_bit; ++i) {
infile.read(ch, 1);
bset8 = ch[0];