1
0
Fork 0
mirror of https://github.com/linux-usb-gadgets/libusbgx.git synced 2025-07-13 14:59:45 +03:00
Commit graph

1 commit

Author SHA1 Message Date
Krzysztof Opasiak
4595736442 libusbgx: tests: Add a C++ compilation checker
Recently we faced some C++ compilation issues because
we used in our header a gcc extension that is not supported
by g++. Even through this problem has been fix let's try to
avoid such problems in a future. To do so, let's add a C++
compilation check for all our public headers as part of our
test suit.

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2018-02-22 17:57:06 +01:00