From Jan Ciger, warning fixes
This commit is contained in:
parent
06a0ca8d06
commit
cb5fb828d0
@ -237,7 +237,7 @@ int runApp(std::string xapp)
|
|||||||
} // end printList()
|
} // end printList()
|
||||||
|
|
||||||
|
|
||||||
void readConfFile(char* confFile) // read confFile 1
|
void readConfFile(const char* confFile) // read confFile 1
|
||||||
{
|
{
|
||||||
osg::notify(osg::INFO) << "Start reading confFile" << std::endl;
|
osg::notify(osg::INFO) << "Start reading confFile" << std::endl;
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
using namespace osg;
|
using namespace osg;
|
||||||
|
|
||||||
static char* s_ArrayNames[] =
|
static const char* s_ArrayNames[] =
|
||||||
{
|
{
|
||||||
"Array", // 0
|
"Array", // 0
|
||||||
"ByteArray", // 1
|
"ByteArray", // 1
|
||||||
|
Loading…
Reference in New Issue
Block a user