Bug#45288: pb2 returns a lot of compilation warnings on linux
Tag unused arguments. Approved by: Marko (via IRC)
This commit is contained in:
parent
8875c2c2e0
commit
be170c213f
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user