mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Making 4.1 tree compile with -ansi -pedantic
This commit is contained in:
@@ -32,9 +32,6 @@ C_MODE_END
|
||||
#endif
|
||||
#if defined(USE_RAID)
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma interface /* gcc class implementation */
|
||||
#endif
|
||||
#include "my_dir.h"
|
||||
|
||||
/* Trap all occurences of my_...() in source and use our wrapper around this function */
|
||||
@@ -92,6 +89,10 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma interface /* gcc class implementation */
|
||||
#endif
|
||||
|
||||
class RaidName {
|
||||
public:
|
||||
RaidName(const char *FileName);
|
||||
|
Reference in New Issue
Block a user