Skip to content

Commit

Permalink
native/debug: ignore for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Nov 18, 2023
1 parent 0cf6942 commit 1ceab59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native/debug.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** \file */
// LCOV_EXCL_START
#ifndef DEBUG_H
#define DEBUG_H

Expand All @@ -19,3 +20,4 @@ void debug_print(const wchar_t *format, ...);
DLL_EXPORT void set_debug_print_enabled(bool enabled);

#endif
// LCOV_EXCL_STOP

0 comments on commit 1ceab59

Please sign in to comment.