Fix various compiler warnings
This commit is contained in:
@@ -2257,6 +2257,8 @@
|
||||
WARNING_CFLAGS = (
|
||||
"-Wfloat-equal",
|
||||
"-Wno-long-long",
|
||||
"-Wno-quoted-include-in-framework-header",
|
||||
"-Wno-shorten-64-to-32",
|
||||
);
|
||||
};
|
||||
name = Debug;
|
||||
@@ -2348,6 +2350,8 @@
|
||||
WARNING_CFLAGS = (
|
||||
"-Wfloat-equal",
|
||||
"-Wno-long-long",
|
||||
"-Wno-quoted-include-in-framework-header",
|
||||
"-Wno-shorten-64-to-32",
|
||||
);
|
||||
};
|
||||
name = Release;
|
||||
|
Reference in New Issue
Block a user