We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce8e90 commit 37c38fbCopy full SHA for 37c38fb
1 file changed
tests/acutest.h
@@ -1714,7 +1714,7 @@ acutest_under_debugger_(void)
1714
/* Scan /proc/self/status for line "TracerPid: [PID]". If such line exists
1715
* and the PID is non-zero, we're being debugged. */
1716
{
1717
- static const int OVERLAP = 32;
+ static const size_t OVERLAP = 32;
1718
int fd;
1719
char buf[512];
1720
size_t n_read;
0 commit comments