Update of /cvsroot/opal/opal/kdevelop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19716/kdevelop
Modified Files:
opal.kdevelop
Log Message:
Fixed some warnings.
Index: opal.kdevelop
===================================================================
RCS file: /cvsroot/opal/opal/kdevelop/opal.kdevelop,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** opal.kdevelop 2 Dec 2005 05:47:20 -0000 1.5
--- opal.kdevelop 7 Dec 2005 00:44:49 -0000 1.6
***************
*** 14,18 ****
<projectdirectory>.</projectdirectory>
<absoluteprojectpath>false</absoluteprojectpath>
! <description></description>
<versioncontrol/>
</general>
--- 14,18 ----
<projectdirectory>.</projectdirectory>
<absoluteprojectpath>false</absoluteprojectpath>
! <description/>
<versioncontrol/>
</general>
***************
*** 48,63 ****
<cxxcompiler>kdevgppoptions</cxxcompiler>
<f77compiler>kdevg77options</f77compiler>
! <cxxflags>-O0 -g3 -Wall</cxxflags>
<envvars>
<envvar value="ccache g++" name="CXX" />
</envvars>
! <topsourcedir></topsourcedir>
! <cppflags></cppflags>
<ldflags>-lode</ldflags>
! <ccompilerbinary></ccompilerbinary>
! <cxxcompilerbinary></cxxcompilerbinary>
! <f77compilerbinary></f77compilerbinary>
! <cflags></cflags>
! <f77flags></f77flags>
</debug>
</configurations>
--- 48,63 ----
<cxxcompiler>kdevgppoptions</cxxcompiler>
<f77compiler>kdevg77options</f77compiler>
! <cxxflags>-O0 -g3 -Wall --pedantic</cxxflags>
<envvars>
<envvar value="ccache g++" name="CXX" />
</envvars>
! <topsourcedir/>
! <cppflags/>
<ldflags>-lode</ldflags>
! <ccompilerbinary/>
! <cxxcompilerbinary/>
! <f77compilerbinary/>
! <cflags/>
! <f77flags/>
</debug>
</configurations>
***************
*** 173,177 ****
</codecompletion>
<creategettersetter>
! <prefixGet></prefixGet>
<prefixSet>set</prefixSet>
<prefixVariable>m_,_</prefixVariable>
--- 173,177 ----
</codecompletion>
<creategettersetter>
! <prefixGet/>
<prefixSet>set</prefixSet>
<prefixVariable>m_,_</prefixVariable>
***************
*** 194,203 ****
<kdevdebugger>
<general>
! <programargs></programargs>
! <gdbpath></gdbpath>
! <dbgshell></dbgshell>
! <configGdbScript></configGdbScript>
! <runShellScript></runShellScript>
! <runGdbScript></runGdbScript>
<breakonloadinglibs>true</breakonloadinglibs>
<separatetty>false</separatetty>
--- 194,203 ----
<kdevdebugger>
<general>
! <programargs/>
! <gdbpath/>
! <dbgshell/>
! <configGdbScript/>
! <runShellScript/>
! <runGdbScript/>
<breakonloadinglibs>true</breakonloadinglibs>
<separatetty>false</separatetty>
|