Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

fix the unused variable warning #520

Merged
merged 1 commit into from
Sep 29, 2017
Merged

Conversation

guanqun
Copy link

@guanqun guanqun commented Sep 29, 2017

/eos/plugins/chain_plugin/include/eos/chain_plugin/chain_plugin.hpp:222:12: warning: unused variable 'start'
[-Wunused-variable]
auto start = fc::time_point::now();
^

/eos/plugins/chain_plugin/include/eos/chain_plugin/chain_plugin.hpp:222:12: warning: unused variable 'start'
      [-Wunused-variable]
      auto start = fc::time_point::now();
           ^
@bytemaster bytemaster merged commit 39cfd35 into EOSIO:master Sep 29, 2017
@guanqun guanqun deleted the compile-fix branch September 30, 2017 03:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants