mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-21 08:15:27 -04:00
Fix build: non-void function must return a value
Alex
This commit is contained in:
@@ -168,7 +168,7 @@ bool cmQtAutomoc::Run(const char* targetDirectory)
|
||||
delete gg;
|
||||
gg = NULL;
|
||||
makefile = NULL;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user