@miconda commented on this pull request.
@@ -33,9 +33,9 @@
extern sruid_t _redirect_sruid;
+extern default_q_value;
This one is missing the type of the variable, expecting some compilers to at least throw a
waring about, should be:
```
extern int default_q_value;
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2647#pullrequestreview-596430840