mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 08:46:42 +08:00
To avoid problems with warnings in CxxTest, the extra warnings are enabled during one test (linking) that does not use CxxTest. Resolves #16.
9 lines
113 B
C
9 lines
113 B
C
#ifndef HELPER_H
|
|
#define HELPER_H
|
|
|
|
#include "shared.h"
|
|
|
|
void print(Channel channel);
|
|
|
|
#endif // #ifndef HELPER_H
|