-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(stonedb): Fix up the compiling warnings. #547
Labels
Comments
andyli029
added
A-feature
feature with good idea
prio: low
Low priority
C-stonedb-8.0
associated with stonedb 8.0
labels
Sep 22, 2022
RingsC
changed the title
StoneDB 8.0: decrease too many warnings
StoneDB 8.0: Remove the compiling warnings.
Sep 24, 2022
RingsC
changed the title
StoneDB 8.0: Remove the compiling warnings.
StoneDB 8.0: Fix up the compiling warnings.
Sep 24, 2022
RingsC
changed the title
StoneDB 8.0: Fix up the compiling warnings.
feat(stonedb): Fix up the compiling warnings.
Sep 26, 2022
ACK |
1 similar comment
ACK |
ack |
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Sep 27, 2022
15 tasks
warning statistic
|
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Oct 6, 2022
…tom#547) [summary] 1 fix up about 140 'cast-qual' warnings;
15 tasks
mergify bot
pushed a commit
that referenced
this issue
Oct 6, 2022
[summary] 1 fix up about 140 'cast-qual' warnings;
|
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Oct 8, 2022
15 tasks
|
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Oct 8, 2022
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Oct 8, 2022
…ect_tianmu_export::prepare. (stoneatom#547) [summary] 1 prepare function is a virtual function of its base class, should override it but overload it;
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Oct 8, 2022
…ct_tianmu_export::prepare. (stoneatom#547) [summary] 1 prepare function is a virtual function of its base class, should override it but overload it;
15 tasks
|
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Oct 8, 2022
…ct_tianmu_export::prepare. (stoneatom#547) [summary] 1 prepare function is a virtual function of its base class, should override it but overload it;
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Oct 8, 2022
[summary] 1 fix "warning: declaration ‘class Tianmu::compress::PartDict<T>::HashTab::AKey’ does not declare anything"; 2 fix "log_ctl.h:49:112: warning: format not a string literal and no format arguments [-Wformat-security]";
15 tasks
|
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Oct 8, 2022
…toneatom#547) [summary] 1 fix "warning: declaration ‘class Tianmu::compress::PartDict::HashTab::AKey’ does not declare anything"; 2 fix "log_ctl.h:49:112: warning: format not a string literal and no format arguments [-Wformat-security]"; 3 fix class-memaccess warning;
mergify bot
pushed a commit
that referenced
this issue
Oct 8, 2022
…ct_tianmu_export::prepare. (#547) [summary] 1 prepare function is a virtual function of its base class, should override it but overload it;
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Oct 9, 2022
…toneatom#547) [summary] 1 fix "warning: declaration ‘class Tianmu::compress::PartDict::HashTab::AKey’ does not declare anything"; 2 fix "log_ctl.h:49:112: warning: format not a string literal and no format arguments [-Wformat-security]"; 3 fix class-memaccess warning;
mergify bot
pushed a commit
that referenced
this issue
Oct 9, 2022
…547) [summary] 1 fix "warning: declaration ‘class Tianmu::compress::PartDict::HashTab::AKey’ does not declare anything"; 2 fix "log_ctl.h:49:112: warning: format not a string literal and no format arguments [-Wformat-security]"; 3 fix class-memaccess warning;
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is your feature request related to a problem? Please describe.
Due to using the GCC 10+ , a lot of compiling warnings are generated. According to the clean code rules, we should fix up these compiling warnings.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: