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) {
|
||||
QASAN_DEBUG("SWAP: %d\n", state);
|
||||
/* Do Nothing */
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user