Commit be170c21 authored by Davi Arnaut's avatar Davi Arnaut

Bug#45288: pb2 returns a lot of compilation warnings on linux

Tag unused arguments.
      
Approved by: Marko (via IRC)
parent 8875c2c2
...@@ -1182,10 +1182,12 @@ UNIV_INTERN ...@@ -1182,10 +1182,12 @@ UNIV_INTERN
void void
os_file_set_nocache( os_file_set_nocache(
/*================*/ /*================*/
int fd, /*!< in: file descriptor to alter */ int fd /*!< in: file descriptor to alter */
const char* file_name, /*!< in: file name, used in the __attribute__((unused)),
diagnostic message */ const char* file_name /*!< in: used in the diagnostic message */
const char* operation_name) /*!< in: "open" or "create"; used in the __attribute__((unused)),
const char* operation_name __attribute__((unused)))
/*!< in: "open" or "create"; used in the
diagnostic message */ diagnostic message */
{ {
/* some versions of Solaris may not have DIRECTIO_ON */ /* some versions of Solaris may not have DIRECTIO_ON */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment