Skip to content

Conversation

@pjungkamp
Copy link

Some printBuffer debug statements in src/r_session/r_session.c weren't properly excluded when DEBUG_RSESSION isn't defined. Checking for #ifdef DEBUG_RSESSION will never be false.

#ifndef DEBUG_RSESSION
#define DEBUG_RSESSION 0
#endif

@sonarqubecloud
Copy link

@pjungkamp
Copy link
Author

@mzillgith Could you maybe take a look here?

@stv0g
Copy link
Contributor

stv0g commented Dec 5, 2025

Ping @mzillgith

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants