mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-08-27 20:49:55 -04:00
!67 fix hcs build failed on ubuntu 21.04
Merge pull request !67 from yuanbo/master
This commit is contained in:
@@ -256,6 +256,8 @@ bool Lexer::LexFromNumber(Token &token)
|
||||
std::string value;
|
||||
char c;
|
||||
uint64_t v = 0;
|
||||
errno = 0;
|
||||
|
||||
GetChar(c, false);
|
||||
switch (c) {
|
||||
case '0':
|
||||
|
||||
Reference in New Issue
Block a user