Skip to content

Commit

Permalink
Merge pull request #2 from OoliteProject/revert-1-OO_WARNING_FLAGS-fix
Browse files Browse the repository at this point in the history
Revert "Add OO_WARNING_FLAGS to the projects"
  • Loading branch information
AnotherCommander authored Aug 12, 2020
2 parents 44a4ee1 + 2cb7a4d commit 15fd35b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
18 changes: 15 additions & 3 deletions Oolite-docktile/Oolite-docktile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,11 @@
PRODUCT_NAME = Oolite;
RUN_CLANG_STATIC_ANALYZER = YES;
SYMROOT = ../../build;
WARNING_CFLAGS = $OO_WARNING_FLAGS;
WARNING_CFLAGS = (
"-Wall",
"-Wextra",
"-Wno-unused-parameter",
);
WRAPPER_EXTENSION = docktileplugin;
};
name = Deployment;
Expand All @@ -287,7 +291,11 @@
PRODUCT_NAME = Oolite;
RUN_CLANG_STATIC_ANALYZER = YES;
SYMROOT = ../../build;
WARNING_CFLAGS = $OO_WARNING_FLAGS;
WARNING_CFLAGS = (
"-Wall",
"-Wextra",
"-Wno-unused-parameter",
);
WRAPPER_EXTENSION = docktileplugin;
};
name = Debug;
Expand All @@ -307,7 +315,11 @@
PRODUCT_NAME = Oolite;
RUN_CLANG_STATIC_ANALYZER = YES;
SYMROOT = ../../build;
WARNING_CFLAGS = $OO_WARNING_FLAGS;
WARNING_CFLAGS = (
"-Wall",
"-Wextra",
"-Wno-unused-parameter",
);
WRAPPER_EXTENSION = docktileplugin;
};
name = TestRelease;
Expand Down
18 changes: 15 additions & 3 deletions Oolite-importer/Oolite-importer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,11 @@
PRODUCT_NAME = Oolite;
SECTORDER_FLAGS = "";
SYMROOT = ../../build;
WARNING_CFLAGS = $OO_WARNING_FLAGS;
WARNING_CFLAGS = (
"-Wall",
"-Wextra",
"-Wno-unused-parameter",
);
WRAPPER_EXTENSION = mdimporter;
ZERO_LINK = NO;
};
Expand Down Expand Up @@ -367,7 +371,11 @@
PRODUCT_NAME = Oolite;
SECTORDER_FLAGS = "";
SYMROOT = ../../build;
WARNING_CFLAGS = $OO_WARNING_FLAGS;
WARNING_CFLAGS = (
"-Wall",
"-Wextra",
"-Wno-unused-parameter",
);
WRAPPER_EXTENSION = mdimporter;
ZERO_LINK = NO;
};
Expand Down Expand Up @@ -444,7 +452,11 @@
PRODUCT_NAME = Oolite;
SECTORDER_FLAGS = "";
SYMROOT = ../../build;
WARNING_CFLAGS = $OO_WARNING_FLAGS;
WARNING_CFLAGS = (
"-Wall",
"-Wextra",
"-Wno-unused-parameter",
);
WRAPPER_EXTENSION = mdimporter;
ZERO_LINK = NO;
};
Expand Down

0 comments on commit 15fd35b

Please sign in to comment.