Skip to content

Commit 697a8a0

Browse files
Merge pull request #1309 from roboflow/fix-codescan-2
Fix CodeQL scan
2 parents 62b6013 + 02e6ee1 commit 697a8a0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// this is the source code for the binary checked in to the repo.
2+
// renamed to .txt to make code scanning ignore it
3+
// TODO: change CodeQL config to advanced mode in github and make it explicitly ignore this file or figure out how to tell it to build it
4+
// it currently complains that: Exit code was 32 and last log line was: CodeQL detected code written in C/C++ but could not automatically build any of it
5+
16
#include <stdlib.h>
27
#include <unistd.h>
38
#include <libgen.h>

0 commit comments

Comments
 (0)