1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2025-06-16 07:07:27 +02:00

Fix compiler warnings

This commit is contained in:
Sean Sheedy 2022-03-16 20:58:28 -07:00
parent 8b33597663
commit 9bd1987d9b
2 changed files with 2 additions and 3 deletions

View File

@ -573,7 +573,6 @@ void interfacePropertiesTest::validateInterfaceProCurve()
Interface* parent = Interface::cast(db->create(Interface::TYPENAME));
Interface* iface = Interface::cast(db->create(Interface::TYPENAME));
Interface* subiface = Interface::cast(db->create(Interface::TYPENAME));
fw.add(parent);

View File

@ -320,8 +320,8 @@ void GeneratedScriptTest::FwCommentTest()
// ************************************************************************
//
// $PFCTL \
// -f \
// $PFCTL
// -f
// ${FWDIR}/pf1.conf || exit 1
void GeneratedScriptTest::ActivationCommandsTest_1()