Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6abd394c0a99e59656e5a48fbf8c614ed3a0dee4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6abd394c0a99e59656e5a48fbf8c614ed3a0dee4)
  • Date: Mon, 13 Jul 2015 22:14:37 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

archive/unshield/BUILD | 8 ++++++++
archive/unshield/HISTORY | 3 +++
2 files changed, 11 insertions(+)

New commits:
commit 6abd394c0a99e59656e5a48fbf8c614ed3a0dee4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

unshield: Avoid warnings, the buildsystem uses -Werror

diff --git a/archive/unshield/BUILD b/archive/unshield/BUILD
new file mode 100755
index 0000000..ce6ba0f
--- /dev/null
+++ b/archive/unshield/BUILD
@@ -0,0 +1,8 @@
+# It uses -Werror, so we must avoid warnings
+for flag in \
+ -Wunsafe-loop-optimizations
+do
+ CFLAGS="${CFLAGS/$flag}"
+done &&
+CFLAGS="$CFLAGS -D_DEFAULT_SOURCE" &&
+default_build
diff --git a/archive/unshield/HISTORY b/archive/unshield/HISTORY
index 644ee14..accddde 100644
--- a/archive/unshield/HISTORY
+++ b/archive/unshield/HISTORY
@@ -1,3 +1,6 @@
+2015-07-13 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Added, avoid build warnings (the buildsystem uses -Werror)
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6abd394c0a99e59656e5a48fbf8c614ed3a0dee4), Ismael Luceno, 07/13/2015

Archive powered by MHonArc 2.6.24.

Top of Page