mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-18 04:54:36 +03:00
Merge pull request #31 from bnoordhuis/fix-compiler-warning
Fix unused parameter warning by fixing function prototype.
This commit is contained in:
@@ -3103,7 +3103,7 @@ struct Mem : public BaseMem {
|
||||
}
|
||||
|
||||
//! Reset memory operand relative displacement.
|
||||
ASMJIT_INLINE Mem& resetDisplacement(int32_t disp) {
|
||||
ASMJIT_INLINE Mem& resetDisplacement() {
|
||||
_vmem.displacement = 0;
|
||||
return *this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user