mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-06 09:07:05 +02:00
cppcheck
This commit is contained in:
+2
-2
@@ -8,9 +8,9 @@
|
||||
|
||||
class BitParser: public ConfigBitstreamParser {
|
||||
public:
|
||||
BitParser(std::string filename, bool verbose = false);
|
||||
BitParser(const std::string &filename, bool verbose = false);
|
||||
~BitParser();
|
||||
int parse();
|
||||
int parse() override;
|
||||
|
||||
private:
|
||||
int parseField();
|
||||
|
||||
Reference in New Issue
Block a user