mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -06:00
ide: CLANG warnings fixed
This commit is contained in:
parent
744a970cd2
commit
9bbd21dc62
1 changed files with 0 additions and 2 deletions
|
|
@ -32,7 +32,6 @@ void CppBuilder::AddCCJ(
|
|||
|
||||
bool main = HasFlag("MAIN");
|
||||
bool is_shared = HasFlag("SO");
|
||||
bool libout = !main && !HasFlag("NOLIB");
|
||||
bool win32 = HasFlag("WIN32");
|
||||
|
||||
String pack_ident = MakeIdent(package);
|
||||
|
|
@ -159,7 +158,6 @@ void CppBuilder::AddCCJ(
|
|||
void MakeBuild::SaveCCJ(const String& fn, bool exporting)
|
||||
{
|
||||
const char* eol = "\n";
|
||||
const char* tab = "\t";
|
||||
|
||||
BeginBuilding(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue