libqasan: Add missing return to qasan_swap (#2416)
This commit is contained in:
parent
e6b94f3715
commit
0999ac5003
@ -361,6 +361,7 @@ void qasan_dealloc(const char *start) {
|
|||||||
int qasan_swap(int state) {
|
int qasan_swap(int state) {
|
||||||
QASAN_DEBUG("SWAP: %d\n", state);
|
QASAN_DEBUG("SWAP: %d\n", state);
|
||||||
/* Do Nothing */
|
/* Do Nothing */
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user