ObjFW  Diff

Differences From Artifact [a8e65364f9]:

To Artifact [6ac36a70a4]:


18
19
20
21
22
23
24

25

26
27
28
29
30
31
32
#include "config.h"

#import "ObjFWRT.h"
#import "private.h"

extern struct Library *ObjFWRTBase;


#pragma GCC diagnostic ignored "-Warray-parameter"


bool
objc_init(unsigned int version, struct objc_libC *libC)
{
#if defined(OF_AMIGAOS_M68K)
	register struct Library *a6 __asm__("a6") = ObjFWRTBase;
	(void)a6;







>
|
>







18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#include "config.h"

#import "ObjFWRT.h"
#import "private.h"

extern struct Library *ObjFWRTBase;

#if OF_GCC_VERSION >= 1100
# pragma GCC diagnostic ignored "-Warray-parameter"
#endif

bool
objc_init(unsigned int version, struct objc_libC *libC)
{
#if defined(OF_AMIGAOS_M68K)
	register struct Library *a6 __asm__("a6") = ObjFWRTBase;
	(void)a6;