cyberdstar / muparserx

Automatically exported from code.google.com/p/muparserx
Other
0 stars 0 forks source link

Compiler warning #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Import project into NetBeans via distributed Makefile.
2.
3.

What is the expected output? What do you see instead?

This compiler warning:

parser/mpMatrix.h: In member function ‘mup::Matrix<T>& 
mup::Matrix<T>::Transpose() [with T = mup::Value]’:
In file included from parser/mpTypes.h:53:0,
                 from parser/mpIToken.h:41,
                 from parser/mpICallback.h:43,
                 from parser/mpIOprt.h:42,
                 from parser/mpOprtMatrix.h:44,
                 from parser/mpOprtMatrix.cpp:35:
parser/mpOprtMatrix.cpp:56:24:   instantiated from here
parser/mpMatrix.h:395:7: warning: operation on 
‘((mup::Matrix<mup::Value>*)this)->mup::Matrix<mup::Value>::m_nRows’ may be 
undefined

What version of the product are you using? On what operating system?

v2_1_2

Win 7 Pro 64 bit (but NetBeans compiles for cygwin)

Please provide any additional information below.

Is this warning expected?

Original issue reported on code.google.com by TeamP...@gmail.com on 17 Apr 2012 at 6:01

GoogleCodeExporter commented 9 years ago
Will be fixed in 2.1.4

Original comment by ib...@gmx.info on 2 Oct 2012 at 9:13

GoogleCodeExporter commented 9 years ago

Original comment by ib...@gmx.info on 3 Oct 2012 at 10:48