Re: [PR] dbd & dso: ensure functions are declared correctly according to C spec [apr]

2023-12-05 Thread via GitHub


ylavic commented on PR #51:
URL: https://github.com/apache/apr/pull/51#issuecomment-1841330815

   Thanks, now in r1914368 (bd6e07290c9cb555069b78b77fc5276d911d7159)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@apr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] dbd & dso: ensure functions are declared correctly according to C spec [apr]

2023-12-05 Thread via GitHub


asfgit closed pull request #51: dbd & dso: ensure functions are declared 
correctly according to C spec
URL: https://github.com/apache/apr/pull/51


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@apr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] dbd & dso: ensure functions are declared correctly according to C spec [apr]

2023-12-05 Thread via GitHub


igalic opened a new pull request, #51:
URL: https://github.com/apache/apr/pull/51

   apr_dbd_mutex_lock/unlock() and apr_status_t apu_dso_mutex_lock/unlock() 
functions were declared without a (void). This causes warnings like:
   
   > dbd/apr_dbd.c:50:45: warning: a function declaration without a prototype 
is deprecated in all versions of C [-Wstrict-prototypes]
   
   Fix this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@apr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org