Skip to content

Commit

Permalink
removed gcc independent extension __noinline__ (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerjenigeUberMensch authored Mar 23, 2024
2 parents 29e486c + 6f5a0c2 commit b992269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcb_trl.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ck(XCBDisplay *d, XCBCookie c, const char *func)
}
}

void __attribute__ ((noinline))
void
XCBBreakPoint(void)
{
}
Expand Down

0 comments on commit b992269

Please sign in to comment.