[Zorba-coders] [Bug 992037] Re: Miscellaneous warnings on Windows

2012-06-13 Thread Dana Florescu
** Changed in: zorba
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/992037

Title:
  Miscellaneous warnings on Windows

Status in Zorba - The XQuery Processor:
  Fix Released

Bug description:
  First warning:

  include\zorba\transcode_stream.h(275) : warning C4355: 'this' : used
  in base member initializer list

  Second warning:

  src\runtime\json\jsonml_array.cpp(201) : warning C4800:
  'zorba::whitespace::type' : forcing value to bool 'true' or 'false'
  (performance warning)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/992037/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 992037] Re: Miscellaneous warnings on Windows

2012-05-03 Thread Paul J. Lucas
** Changed in: zorba
   Status: In Progress = Fix Committed

** Changed in: zorba
Milestone: None = 2.5

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/992037

Title:
  Miscellaneous warnings on Windows

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  First warning:

  include\zorba\transcode_stream.h(275) : warning C4355: 'this' : used
  in base member initializer list

  Second warning:

  src\runtime\json\jsonml_array.cpp(201) : warning C4800:
  'zorba::whitespace::type' : forcing value to bool 'true' or 'false'
  (performance warning)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/992037/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 992037] Re: Miscellaneous warnings on Windows

2012-05-02 Thread Paul J. Lucas
Rolled into this bug is also a build error on Windows in locale.cpp. The
fix is to use () rather than =.

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/992037

Title:
  Miscellaneous warnings on Windows

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  First warning:

  include\zorba\transcode_stream.h(275) : warning C4355: 'this' : used
  in base member initializer list

  Second warning:

  src\runtime\json\jsonml_array.cpp(201) : warning C4800:
  'zorba::whitespace::type' : forcing value to bool 'true' or 'false'
  (performance warning)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/992037/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 992037] Re: Miscellaneous warnings on Windows

2012-05-02 Thread Paul J. Lucas
The second warning can be suppressed by using !! hidden inside a macro.

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/992037

Title:
  Miscellaneous warnings on Windows

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  First warning:

  include\zorba\transcode_stream.h(275) : warning C4355: 'this' : used
  in base member initializer list

  Second warning:

  src\runtime\json\jsonml_array.cpp(201) : warning C4800:
  'zorba::whitespace::type' : forcing value to bool 'true' or 'false'
  (performance warning)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/992037/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 992037] Re: Miscellaneous warnings on Windows

2012-04-30 Thread Paul J. Lucas
** Description changed:

  First warning:
  
- include\zorba/transcode_stream.h(275) : warning C4355: 'this' : used in
+ include\zorba\transcode_stream.h(275) : warning C4355: 'this' : used in
  base member initializer list
  
  Second warning:
  
  src\runtime\json\jsonml_array.cpp(201) : warning C4800:
  'zorba::whitespace::type' : forcing value to bool 'true' or 'false'
  (performance warning)

** Branch linked: lp:~paul-lucas/zorba/bug-992037

** Changed in: zorba
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/992037

Title:
  Miscellaneous warnings on Windows

Status in Zorba - The XQuery Processor:
  Triaged

Bug description:
  First warning:

  include\zorba\transcode_stream.h(275) : warning C4355: 'this' : used
  in base member initializer list

  Second warning:

  src\runtime\json\jsonml_array.cpp(201) : warning C4800:
  'zorba::whitespace::type' : forcing value to bool 'true' or 'false'
  (performance warning)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/992037/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 992037] Re: Miscellaneous warnings on Windows

2012-04-30 Thread Paul J. Lucas
For the first warning, the code is actually correct as-is. The warning
is ONLY a warning. Hence, in this case, the warning should be disabled.

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/992037

Title:
  Miscellaneous warnings on Windows

Status in Zorba - The XQuery Processor:
  Triaged

Bug description:
  First warning:

  include\zorba\transcode_stream.h(275) : warning C4355: 'this' : used
  in base member initializer list

  Second warning:

  src\runtime\json\jsonml_array.cpp(201) : warning C4800:
  'zorba::whitespace::type' : forcing value to bool 'true' or 'false'
  (performance warning)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/992037/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 992037] Re: Miscellaneous warnings on Windows

2012-04-30 Thread Paul J. Lucas
** Changed in: zorba
   Status: Triaged = In Progress

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/992037

Title:
  Miscellaneous warnings on Windows

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  First warning:

  include\zorba\transcode_stream.h(275) : warning C4355: 'this' : used
  in base member initializer list

  Second warning:

  src\runtime\json\jsonml_array.cpp(201) : warning C4800:
  'zorba::whitespace::type' : forcing value to bool 'true' or 'false'
  (performance warning)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/992037/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp