mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-03 05:23:02 +02:00
cppcheck
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ using namespace std;
|
||||
#define display(...) \
|
||||
do { if (_verbose) fprintf(stdout, __VA_ARGS__);} while(0)
|
||||
|
||||
BitParser::BitParser(string filename, bool verbose):
|
||||
BitParser::BitParser(const string &filename, bool verbose):
|
||||
ConfigBitstreamParser(filename, ConfigBitstreamParser::BIN_MODE,
|
||||
verbose), fieldA(), part_name(), date(), hour(),
|
||||
design_name(), userID(), toolVersion()
|
||||
|
||||
Reference in New Issue
Block a user