← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/bug1096718 into lp:zorba

 

Rodolfo Ochoa has proposed merging lp:~zorba-coders/zorba/bug1096718 into lp:zorba.

Commit message:
fix for warnings

Requested reviews:
  Matthias Brantner (matthias-brantner)
  Paul J. Lucas (paul-lucas)
Related bugs:
  Bug #1096717 in Zorba: "extra tokens at end of #endif"
  https://bugs.launchpad.net/zorba/+bug/1096717
  Bug #1096718 in Zorba: "conversion from string literal to 'char *' is deprecated"
  https://bugs.launchpad.net/zorba/+bug/1096718

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug1096718/+merge/142407

fix for warnings
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug1096718/+merge/142407
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/context/root_static_context.cpp'
--- src/context/root_static_context.cpp	2013-01-08 08:34:08 +0000
+++ src/context/root_static_context.cpp	2013-01-08 21:17:26 +0000
@@ -94,8 +94,9 @@
   }
 }
 #else
-  static void append_env_var(
-  char * env_var_name,
+  static void append_env_var
+    (
+  const char * env_var_name,
   std::vector<zstring>& pathsVector
   )
 {


Follow ups