Skip to content

Commit

Permalink
Fix LITE mode build failure
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #5588

Test Plan: make LITE=1 all check

Differential Revision: D16354543

Pulled By: anand1976

fbshipit-source-id: 327a171439e183ac3a5e5057c511d6bca445e97d
  • Loading branch information
anand76 authored and facebook-github-bot committed Jul 18, 2019
1 parent 9f5cfb8 commit ec2b996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/import_column_family_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ int main(int argc, char** argv) {
#else
#include <stdio.h>

int main(int argc, char** argv) {
int main(int /*argc*/, char** /*argv*/) {
fprintf(stderr,
"SKIPPED as External SST File Writer and Import are not supported "
"in ROCKSDB_LITE\n");
Expand Down

0 comments on commit ec2b996

Please sign in to comment.