odelaneau / shapeit4

Segmented HAPlotype Estimation and Imputation Tool
MIT License
90 stars 18 forks source link

Minor Fixes #67

Open rwk-unil opened 3 years ago

rwk-unil commented 3 years ago

Three commits with minor fixes : 1) Added parentheses around assignment (=) in if clause to remove warning and show that the assignment is intended. 2) Fixed potentially dangerous macros (expansions can lead to unwanted behaviour because of operator precedence). 3) Fixed missing std:: namespace tags