Closed petersilva closed 4 weeks ago
This is the error message obtained when running a make
sr_util.h:17:23: warning: passing argument 2 of ‘fprintf’ makes pointer from integer without a cast [-Wint-conversion]
17 | #define LOG_INFO (5)
| ^~~
| |
| int
sr_util.h:51:49: note: in definition of macro ‘sr_log_msg’
51 | #define sr_log_msg(prio, ... ) fprintf( stderr, __VA_ARGS__ )
| ^~~~~~~~~~~
need to add the logctx test to this ...
it was fixed... a while ago...
adding the context broke this testing method. Need to fix so test can work.