mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Deprecate bro_int_t and bro_uint_t
This commit is contained in:
parent
d066013793
commit
f624c18383
67 changed files with 331 additions and 320 deletions
4
testing/scripts/hilti-ignore-cxx-errors
Executable file
4
testing/scripts/hilti-ignore-cxx-errors
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
COMPILER=$(awk -F= '/CMAKE_CXX_COMPILER:/ {print $2}' ${BUILD}/CMakeCache.txt)
|
||||
${COMPILER} "$@" >/dev/null 2>&1
|
Loading…
Add table
Add a link
Reference in a new issue