diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-08-06 22:55:33 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-08-06 22:55:33 (GMT) |
commit | ae2be2044d39abebfa7b8d5ce64571e72f7ff6fd (patch) | |
tree | 71b2a2bc85ec23100c9d584bcd7409080418af53 /src/arch | |
parent | b070fb755b9e32bfa80e8854606f431d285ca23e (diff) |
Removed some compilation warnings.
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/target.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/target.c b/src/arch/target.c index a2e1f34..64b12dd 100644 --- a/src/arch/target.c +++ b/src/arch/target.c @@ -627,6 +627,8 @@ static bool g_target_operand_unserialize(GTargetOperand *operand, GAsmStorage *s * La désérialisation est donc prise en compte par ce dernier type d'opérande. */ + result = false; + return result; } |