From 7f7fb3c6681506a34279e8de9d01cb1acb6dc60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Ho=C5=A1ek?= Date: Fri, 22 Nov 2013 02:00:52 +0100 Subject: [PATCH] HLLib: add default cases to all switches Fixes a g++ warning. --- HLLib/SGAFile.cpp | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/HLLib/SGAFile.cpp b/HLLib/SGAFile.cpp index 9233fc8..130da60 100644 --- a/HLLib/SGAFile.cpp +++ b/HLLib/SGAFile.cpp @@ -446,9 +446,13 @@ hlBool CSGAFile::CSGASpecializedDirectory::GetItemAttributeInternal(pItem, eAttribute, Attribute); @@ -905,4 +923,4 @@ hlVoid CSGAFile::CSGADirectory(static_cast(Stream).GetBuffer()); } -} \ No newline at end of file +}