mirror of
https://github.com/nasa/fpp.git
synced 2025-12-12 15:59:33 -06:00
10 lines
286 B
Plaintext
10 lines
286 B
Plaintext
fpp-to-cpp
|
|
[ local path prefix ]/tools/fpp-to-cpp/test/enum/duplicate.fpp:5.1
|
|
enum Duplicate { X, Y }
|
|
^
|
|
error: duplicate C++ file DuplicateEnumAc.hpp
|
|
previous file would be generated here:
|
|
[ local path prefix ]/tools/fpp-to-cpp/test/enum/duplicate.fpp:2.3
|
|
enum Duplicate { X, Y }
|
|
^
|