Git Product home page Git Product logo

opencv2x's People

Contributors

awillecke avatar brianmc95 avatar hagau avatar m-wegner avatar michele-segata avatar mlindig avatar mohamedbelhassen avatar quentindlz avatar riebl avatar sommer avatar venturina avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

opencv2x's Issues

cmake Error: could not load cache

I have fully build the system by the Installation document, but when I run the following command:
cmake --build build --target run_simulte-cars
I got a problem, the command line terminal output this:
could not load cache
I tried to solve this but failed,is there anyone meeting the same problem?
Thanks for your help

How are MAC packets transferred to the next layer?

Hi @brianmc95 ,
I noticed when MAC layer gets a newDataPkt from RLC layer, it will save the packet into the harq buffers, however i can't figure out how dose the mac layer pass these pkts to phy layer.Maybe the class's inheritance hierarchy is too complicated to me. So can you tell me who take out the pkts in the harq buffers , the harq buffer, or the mac module?
By the way, if my focus is just about SB-SPS, the harq module doesn't realy mean that much to me, So can i just remove it or ignore it?

Kind Regards,
Xingguang Yu

Change broadcast pattern to unicast pattern

Hello, hope you are well. I hope to consult you on how could I change the broadcast to the unicast pattern. I cannot find an obvious place for this configuration.

I got the broadcast information from the paper "OpenCV2X Mode 4 A Simulation Extension for Cellular Vehicular Communication Networks"

Thank you for your help and thanks in advance.

No such config: Base

Hi,
I am having trouble running the sample simulation. I performed all the steps as stated in the document, but when I use the run_simulte-cars command, I get an error saying

<!> No such config: Base

resim

I tried running with both Clion and
cmake --build build --target run_simulte-cars
but I couldn't figure out how to solve this problem.

What would be the reason?

Thanks in advance.

make simute error

after running make inet, make vanetza

make simulte is shwong this error

make simulte
make -C extern/simulte/src
make[1]: Entering directory '/home/Desktop/OpenCV2X-master(2)/OpenCV2X-master/extern/simulte/src'
Creating shared library: ../out/gcc-release/src/liblte.so
/bin/sh: 1: Syntax error: "(" unexpected
Makefile:278: recipe for target '../out/gcc-release/src/liblte.so' failed
make[1]: *** [../out/gcc-release/src/liblte.so] Error 2
make[1]: Leaving directory '/home/Desktop/OpenCV2X-master(2)/OpenCV2X-master/extern/simulte/src'
Makefile:31: recipe for target 'simulte' failed
make: *** [simulte] Error 2

Running error

Hi there,

I've successfully installed the Artery-based OpenCV2X project as instructed. However, when I would like to run the examples, it gives me the followings error:
typing this command:

make run_simulte-cars

and get:

[ 15%] Built target traci
[ 17%] Building SimuLTE (external dependency)
[ 17%] Built target build_simulte
[ 17%] Building INET (external dependency)
*** COMPILING with:
clang++ -c -std=c++11 -O3 -DNDEBUG=1 -MMD -MP -MF .d  -fPIC  -Wno-deprecated-register -Wno-unused-function -fno-omit-frame-pointer -DHAVE_SWAPCONTEXT -DWITH_MPI -DXMLPARSER=libxml -DPREFER_QTENV -DWITH_QTENV -DWITH_PARSIM -DWITH_NETBUILDER -Wno-overloaded-virtual -include inet/common/precompiled_release.h  -DINET_EXPORT -I. -I/home/anjie/Desktop/omnetpp-5.6.2/include
*** LINKING with:
clang++ -shared -fPIC -o ../out/clang-release/src/libINET.so -Wl,--no-as-needed -Wl,--whole-archive  -Wl,--no-whole-archive -loppenvir -loppsim -ldl -lstdc++  -Wl,-rpath,/home/anjie/Desktop/omnetpp-5.6.2/lib -Wl,-rpath,/lib -Wl,-rpath,.  -Wl,--export-dynamic -L/home/anjie/Desktop/omnetpp-5.6.2/lib
Building...
[ 17%] Built target build_inet
[ 17%] Building Veins (external dependency)
[ 17%] Built target build_veins
[ 18%] Building Vanetza (external dependency)
-- Cohda SDK not found (missing: COHDA_ROOT) 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/anjie/Desktop/OpenCV2X/extern/vanetza/build
[  0%] Built target access
[ 63%] Built target asn1
[ 66%] Built target common
[ 69%] Built target net
[ 80%] Built target security
[ 85%] Built target dcc
[ 96%] Built target geonet
[ 97%] Built target btp
[ 98%] Built target facilities
[ 99%] Built target gnss
[100%] Built target proxy_fake_feed
[ 18%] Built target build_vanetza
[ 68%] Built target core
[ 79%] Built target envmod
[ 85%] Built target police
[100%] Built target storyboard
OMNeT++ Discrete Event Simulation  (C) 1992-2019 Andras Varga, OpenSim Ltd.
Version: 5.6.2, build: 200518-aa79d0918f, edition: Academic Public License -- NOT FOR COMMERCIAL USE
See the license for distribution terms and warranty disclaimer

Setting up Cmdenv...

Loading NED files from /home/anjie/Desktop/OpenCV2X/src/artery:  81
Loading NED files from /home/anjie/Desktop/OpenCV2X/src/traci:  16
Loading NED files from /home/anjie/Desktop/OpenCV2X/extern/veins/examples/veins:  1
Loading NED files from /home/anjie/Desktop/OpenCV2X/extern/veins/src/veins:  38
Loading NED files from /home/anjie/Desktop/OpenCV2X/extern/inet/src:  666
Loading NED files from /home/anjie/Desktop/OpenCV2X/extern/inet/examples:  174
Loading NED files from /home/anjie/Desktop/OpenCV2X/extern/inet/tutorials:  19
Loading NED files from /home/anjie/Desktop/OpenCV2X/extern/inet/showcases:  33
Loading NED files from /home/anjie/Desktop/OpenCV2X/extern/simulte/simulations:  13
Loading NED files from /home/anjie/Desktop/OpenCV2X/extern/simulte/src:  47

[Warning: Program was compiled without debug info, you might not be able to debug.]

RUNTIME ERROR. A cRuntimeError exception is about to be thrown, and you
requested (by setting debug-on-errors=true in the ini file) that errors
abort execution and break into the debugger.

You should now probably be running the simulation under gdb or another
debugger. The simulation kernel will now raise a SIGINT signal which will
get you into the debugger. If you are not running under a debugger, you can
still use the core dump for post-mortem debugging. Once in the debugger,
view the call stack (in gdb: "bt" command) to see the context of the
runtime error.

<!> No such config: Base

TRAPPING on the exception above, due to a debug-on-errors=true configuration option. Is your debugger ready?
Trace/breakpoint trap (core dumped)
make[3]: *** [scenarios/CMakeFiles/run_simulte-cars.dir/build.make:57: scenarios/CMakeFiles/run_simulte-cars] Error 133
make[2]: *** [CMakeFiles/Makefile2:712: scenarios/CMakeFiles/run_simulte-cars.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:719: scenarios/CMakeFiles/run_simulte-cars.dir/rule] Error 2
make: *** [Makefile:298: run_simulte-cars] Error 2

please help

Missed out cases while calculating the packets dropped due to interference(collision)

In the interference case(one of the reasons for packet loss) the calculation of packets dropped due to radio resource collision is not correctly implemented.

When two or more packets are arriving simultaneously having the same subframe and subchannel, in such a scenario the last packet is always getting accepted, which is increasing the total number of successfully decoded packets and indirectly producing the high PDR values, which is unacceptable.

The below figure explains this case. While running the experiment for a small scale scenario i.e. three cars within 300m range and two out of three cars are using the same subframe and subchannel combination. The Mode4App has started at the same time. Also, minor changes have been done in the config_channel.xml file to use the analytical model for filtering the packets based on their SNR value.

MAC

ChannelModel

The PDR values reported by three cars are 0.5, 1,~1 for Car0, Car1 and Car2 respectively. Ideally, the expected PDR values should be 0.0, 0.5 and 0.5.
Vector

Documentation link permissions

Hi, I am trying to access the documentation via the link provided in the README file, but I receive "Error 403: Forbidden" and cannot access the resource.

How are permissions granted for this documentation? Or instead, is there another place I can find documentation for this program?

Thank you in advance for your help!

libosg.so.100: cannot open shared object file

when I run the cmake --build build --target run_simulte-cars, the result is <!> Error: Cannot load library '/home/winter/OpenCV2X-master/extern/inet/out/gcc-release/src/libINET.so': libosg.so.100: cannot open shared object file: No such file or directory, but I find it actually in the directory.
Thanks for your help!

Can not determine project directory

Hi sir,
I'm facing a problem when I'm trying to enable WITH_SIMULTE option.

First of all, here are my steps:

  • I configured and ran make Omnet++ 5.6.2.
  • I ran make inet, make vanetza, make simulte and cd extern/veins && ./configure && make in order. These steps have been completed successfully.
  • Then I ran cmake .. in OpenCV2X/build directory. Its output was like below.
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found OmnetPP: /home/bsenkus/simulator/omnetpp-5.6.2/include (found suitable version "5.6.2", minimum required is "5.4") 
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.5", minimum required is "3") 
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake (found suitable version "1.71.0", minimum required is "1.71") found components: date_time 
-- GeographicLib: using lookup code by Vanetza
-- Found GeographicLib: /usr/include (found suitable version "1.50.1", minimum required is "1.50.1") 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found CryptoPP: /usr/include (found suitable version "5.6.4", minimum required is "5.6.4") 
CMake Warning (dev) at /usr/local/lib/cmake/Vanetza/CompatOpenSSLTargets.cmake:6 (message):
  Call find_package(OpenSSL ...) beforehand for backward compatibilility
Call Stack (most recent call first):
  /usr/local/lib/cmake/Vanetza/VanetzaConfig.cmake:61 (include)
  CMakeLists.txt:20 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- SimuLTE integration disabled
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake (found suitable version "1.71.0", minimum required is "1.59") found components: date_time system 
-- Enable Veins integration
-- Enable INET integration
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.8.so (found version "3.8.5") 
-- Found PythonInterp: /usr/bin/python3 (found version "3.8.5") 
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.8.so
-- pybind11 v2.2.4
-- Configuring done
-- Generating done
-- Build files have been written to: /home/bsenkus/simulator/OpenCV2X/build

After that, I tried to enable WITH_SIMULTE option. But when I set it and try to run cmake again it gives below error.

-- GeographicLib: using lookup code by Vanetza
CMake Warning (dev) at /usr/local/lib/cmake/Vanetza/CompatOpenSSLTargets.cmake:6 (message):
  Call find_package(OpenSSL ...) beforehand for backward compatibilility
Call Stack (most recent call first):
  /usr/local/lib/cmake/Vanetza/VanetzaConfig.cmake:61 (include)
  CMakeLists.txt:20 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- opp_cmake generated following error log
CMake Error at cmake/ImportOppTarget.cmake:24 (message):
  Traceback (most recent call last):

    File "opp_cmake.py", line 325, in <module>
      main()
    File "opp_cmake.py", line 317, in main
      target = parse_opp_makefile(makefile)
    File "opp_cmake.py", line 285, in parse_opp_makefile
      handler = FlagsHandler(makefile, find_opp_configfile())
    File "opp_cmake.py", line 173, in __init__
      self._project = OmnetProject(makefile)
    File "opp_cmake.py", line 17, in __init__
      self.root_directory = self.lookup_project_directory()
    File "opp_cmake.py", line 33, in lookup_project_directory
      raise ValueError("Can not determine project directory for ${self.makefile}")

  ValueError: Can not determine project directory for ${self.makefile}

Call Stack (most recent call first):
  CMakeLists.txt:31 (import_opp_target)


CMake Error at cmake/ImportOppTarget.cmake:25 (message):
  import_opp_target for lte aborted due to above opp_cmake error
Call Stack (most recent call first):
  CMakeLists.txt:31 (import_opp_target)


-- Configuring incomplete, errors occurred!
See also "/home/bsenkus/simulator/OpenCV2X/build/CMakeFiles/CMakeOutput.log".
See also "/home/bsenkus/simulator/OpenCV2X/build/CMakeFiles/CMakeError.log".

I could not understand the problem exactly. Thanks for your help in advance!

cmake Error

I have fully build the system by the Installation document, but when I run the following command:
cmake --build build --target run_simulte-cars
I got a problem, the command line terminal output this:
scenarios/CMakeFiles/run_simulte-cars.dir/build.make:77: recipe for target 'scenarios/CMakeFiles/run_simulte-cars' failed
make[3]: *** [scenarios/CMakeFiles/run_simulte-cars] Error 133
CMakeFiles/Makefile2:761: recipe for target 'scenarios/CMakeFiles/run_simulte-cars.dir/all' failed
make[2]: *** [scenarios/CMakeFiles/run_simulte-cars.dir/all] Error 2
CMakeFiles/Makefile2:768: recipe for target 'scenarios/CMakeFiles/run_simulte-cars.dir/rule' failed
make[1]: *** [scenarios/CMakeFiles/run_simulte-cars.dir/rule] Error 2
Makefile:331: recipe for target 'run_simulte-cars' failed
make: *** [run_simulte-cars] Error 2

I tried to solve this but failed,is there anyone meeting the same problem?
Thanks for your help

Mode4 and Mode4Validation error "Cannot remove old output vector file"

Hello @brianmc95 ,

I have been trying to execute both Mode4 and Mode4Validation and once I have selected the configuration the following error appears:

image

Other simulations from the lte project work with no problem. I have the sumo-launchd.py opened as I would do to execute the Veins example.

image

What may be the problem? I would like also to say that I have no folder namec C:/hdd. I am using Windows 10.

Thank you very much!

Cannot Debug in CLion

Hi,

I have completed all steps in the documentation. I can run simulations from terminal without an error.

Also I can run from CLion if I don't change Before launch section. In that way, I cannot use breakpoint functionality.

resim

If I change Before launch section as described in the documentation like this

resim

I'm getting following error and simulation does not start.

resim

What is the problem? Do I need to change anything in build_inet, build_veins etc.? Thank you in advance!

Adjacency scenario

Hi @brianmc95 ,

I am testing Non-adjacent mode. I obtain a segmentation fault, so I tried to understand why this is occurs. I observed that in LTEPhyVUeMode4 :

sciRbs[it->first][jt->first] = 1; // line that causes the bug, because jt and it can be null, so that 's why segmentation fault can occur

I rectified the problem using the line of code as follow:

           //sciRbs[remote][band] = assigned Rb
               if((it->first!=0)&&(jt->first!=0))
               {
                sciRbs[it->first][jt->first] = 1;  
                ++allocatedRbs;
               }

I obtained the following results:
image

For Channel busy ratio, it seems logical that we obtain the better result with non-adjacent mode since this latter uses separate resource pools for sending SCI and TB messages. So collisions due to SCI will be reduced compared to adjacent mode.

However, what I didn't understand that with non-adjacent mode, we obtain worse results in terms of packet delivery ratio.

image

Have you an idea about that ?

Failed to change simulation time

Hi,

I would like to change the simulation time for my own purpose, however all my attempts failed.

For the default setting of the run_simulte-cars, the simulation starts at 500s and ends at 512s. For example, I would like to start the simulation at 50s and end at 60s, then I wrote the following code to my configuration in omnetpp.init file:

[Config Test]
extends = Base
*.traci.core.startTime = 50s
sim-time-limit = 60s

or I would like to just shrink the simulation time:

[Config Test]
extends = Base
sim-time-limit = 501s

However, the simulation still starts at 500s and ends at 512s. Thus, I cannot controll the simulation time as I wish.

Please help me if you have any idea about this problem, thx.

BR,
Anjie

Adjacency

In adjacency scenario, the following line is the right one :
*.node[*].lteNic.phy.adjacencyPSCCHPSSCH = false
The current configuration in your ini file doesn't change the adjacency parameter.

Out of range: map bug in LteMacEnb

Hi @brianmc95,

While I am trying to evaluate LTE-V2X mode 3, mode 4 and ITS-G5. I found the run-time error below:

image

I used the following scenario: https://github.com/brianmc95/OpenCV2X/blob/master/scenarios/simulte/omnetpp.ini

I tried another scenario where I changed to typical Mac Type (not realistic) of simulte, and not D2D, but the problem persist. So, the bug is not in related to LTEMacEnbRealisticD2D. I think that the problem is either in LteMacEnb or LteMacBase.

Could you help me please to resolve this problem?

Regards,
Mouna

No rule to make target 'run_simulte-cars'. Stop.

Hi Sir,

I'm facing the some issue while triggering "cmake --build build --target run_simulte-cars". I didn't understand the solutions you have posted in earlier closed issue. I tried the first solution by changing Config highwayFast to Config Base but still the same issue. could you please tell me how to overcome this issue? your help will be much appreciated.
Opencv2x simulation error

Run time error while running the example scenario

Hi,
I am getting the following error at random times when running the example scenario with the highwayFast configuration. The only change that I have done is use a different highway environment in SUMO, but i do not believe that would have lead to this error, as it seems this is because the packet may have already been destroyed before it is sent.

<!> check_and_cast(): Cannot cast nullptr to type 'LteMacBase *' -- in module (LteMacVUeMode4) Mode4World.node[169].lteNic.mac (id=20400), at t=77.58s, event #16623318

TRAPPING on the exception above, due to a debug-on-errors=true configuration option. Is your debugger ready?
Trace/breakpoint trap (core dumped)
make[3]: *** [scenarios/CMakeFiles/run_simulte-cars.dir/build.make:70: scenarios/CMakeFiles/run_simulte-cars] Error 133
make[2]: *** [CMakeFiles/Makefile2:608: scenarios/CMakeFiles/run_simulte-cars.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:615: scenarios/CMakeFiles/run_simulte-cars.dir/rule] Error 2
make: *** [Makefile:277: run_simulte-cars] Error 2

It would be helpful if you could let me know on how to solve this issue as I am quite new in working with openCV2X.

Thank you

Error when running scenarios

Enviroment:

  • Ubuntu 20.04.3
  • SUMO 1.10
  • CMake 3.18.4
  • GNU GCC 10.3.0
  • OMNeT++ 5.6.2
  • Boost 1.74.0

I have built everything by the Installation guide. Still when I run the command cmake --build build --target run_simulte-cars (or any other) I receive the following runtime error:

<!> No such config: Base

TRAPPING on the exception above, due to a debug-on-errors=true configuration option. Is your debugger ready?
Trace/breakpoint trap (core dumped)
gmake[3]: *** [scenarios/CMakeFiles/run_simulte-cars.dir/build.make:76: scenarios/CMakeFiles/run_simulte-cars] Error 133
gmake[2]: *** [CMakeFiles/Makefile2:731: scenarios/CMakeFiles/run_simulte-cars.dir/all] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:738: scenarios/CMakeFiles/run_simulte-cars.dir/rule] Error 2

I have tried to google it, and solve it in different ways, but I am out of ideas. Does anybody has the same problem? Any idea how to get trough it?
Thanks

The number of decoded packets at the physical layer is inconsistent with the number of packets received by the application layer

Hi @brianmc95

During the simulation, I found that the number of packets received by the application layer was far more than the number of packets successfully decoded by the physical layer.
image
In line 1475 of "LtePhyVUeMode4", the decoded result sent to the MAC layer only considers "interference_result".
Other factors that cause TB reception failure are not considered, such as "tbFailedDueToNoSCI" and "TbFailedDuetoProp". Should the "setDeciderResult" sent to the upper layer here take all the factors that cause the decoding failure into consideration?

In fact, the results show that the number of TB decoding failures due to no corresponding SCI is extremely high, with the probability even exceeding 50%. This is because the probabilistic model used on lines 1292-1301 results in a large number of "sciUnsensed_".
image
image
However, even though the probability of "TBFailedDueToNoSci" is high, the packet delivery ratio calculated by "TBDecoded" is still very high (obviously over 80%). Do you know what caused such contradictory results? Or is it just because of the 500m distance limit used when calculating PDR?
image
Thank you.

Best regards,
Zhonghui

Error in calculation of “duration ”and “remainingTime ”in LteMacVUeMode4.cc file

Hi brianmc95,

I found an error in calculation of “duration ”and “remainingTime ”in LteMacVUeMode4.cc file.
image

Here I think the calculation of the "remainingtime" should be the "lteInfo->getDuration()" minus "elapsedTime".
For example:
When elapsedTime = 1ms and lteInfo->getDuration()=1000ms,
after the calculation on line 635, duration=1000ms-1ms = 999ms,
and after the calculation on line 637, remainingTime_=1000ms-999ms=1ms=elapsedTime.

Also, there are some problems with the conversion of time units. Line 636 is a conversion in seconds.
According to the Settings in operation, the actual running results are as follows:
ElapsedTime is usually equal to 0.
after the calculation on line 635, duration=1000ms-0ms = 1000ms=1s,
and after line 636, dur=1; Because.dbl() is converted in seconds.
But lteInfo->getDuration() gets the result in milliseconds.
So the final calculation result is: remainingTime_=1000-1=999. This is clearly wrong.

In addition, I wonder what the purpose of the if statement in lines 643-649 is.
Is the purpose here as I understand it? For messages of different periods, if the RRI of the existing reserved resources cannot meet the shorter period (or smaller tolerable delay), resource reselection will be performed.
I noticed that the "duration" is set to a fixed value of 1000ms in Mode4App.cc in the application layer program. But it is defined in the 3GPP standard as 20ms<=T<=100ms, and it should be changed according to different message periods. For example, when the period of the message is 50ms, its maximum tolerated delay is also 50ms.Is that what "duration" means?

image
In line 538-546 of the physical layer file "ltephyvuemode4.cc", the maximum delay is configured again according to the period. Is there a bug in this part of the if statement? What is the purpose of line 538? Is it redundant?

Looking forward to your reply.

Calculating the Communication range

Hi,
I would like to calculate the communication range for Communication of the CAM messages, but I am not able to retrieve the position information from the received CAM message so that I can compare it with the vehicle's position itself, mVehicleDataProvider->position().x (I am using a highway environment, hence just the x-axis position is enough). Could you please let me know, the procedure to get similar information from the received CAM messages?
Also, could you let me know what is the current achievable communication range with the default settings and how can I increase it?

Thank You

Build error of OPENCV2X with Veins

I have followed all the steps from the tutorial: http://www.cs.ucc.ie/cv2x/pages/documentation/installation-veins.html

All the requirements are accomplished, except from the fact that I am using Windows 10. I can only use Ubuntu to use OPENCV2X?

If this is not the case and I can do it with W10 I have downloaded the package from http://www.cs.ucc.ie/cv2x/downloads/latest/latest_simulte.tar.gz.

When it comes to execute the omnetpp.ini file from simulations/Mode4 it throws this build error (which has things about Mac OS X that I do not know why) for the project lte:

make MODE=release all 
make[1]: Entering directory '/c/src/latest_simulte/src'
apps/alert/._AlertReceiver.cc
apps/alert/._AlertReceiver.cc:1:1: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
^
apps/alert/._AlertReceiver.cc:1:2: error: expected unqualified-id
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
        ^
apps/alert/._AlertReceiver.cc:1:5: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                ^
apps/alert/._AlertReceiver.cc:1:7: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                ^
apps/alert/._AlertReceiver.cc:1:8: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                        ^
apps/alert/._AlertReceiver.cc:1:25: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                ^
apps/alert/._AlertReceiver.cc:1:27: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                ^
apps/alert/._AlertReceiver.cc:1:28: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                        ^
apps/alert/._AlertReceiver.cc:1:29: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                ^
apps/alert/._AlertReceiver.cc:1:31: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                           ^
apps/alert/._AlertReceiver.cc:1:32: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                   ^
apps/alert/._AlertReceiver.cc:1:33: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                           ^
apps/alert/._AlertReceiver.cc:1:35: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:36: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:37: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:38: error: source file is not valid UTF-8
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:39: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                ^
apps/alert/._AlertReceiver.cc:1:40: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                        ^
apps/alert/._AlertReceiver.cc:1:41: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                ^
apps/alert/._AlertReceiver.cc:1:43: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                ^
apps/alert/._AlertReceiver.cc:1:44: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                        ^
apps/alert/._AlertReceiver.cc:1:45: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                ^
apps/alert/._AlertReceiver.cc:1:46: error: source file is not valid UTF-8
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                        ^
apps/alert/._AlertReceiver.cc:1:47: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:48: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:49: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:50: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:51: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:52: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:53: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:54: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:55: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:56: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:57: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:58: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:59: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:60: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:61: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:62: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:63: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:64: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:65: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:66: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:67: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:68: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:69: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:70: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:71: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:72: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:73: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:74: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:75: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:76: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:77: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:78: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:79: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:80: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:81: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:82: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:83: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:84: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:89: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ^
apps/alert/._AlertReceiver.cc:1:90: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ^
apps/alert/._AlertReceiver.cc:1:91: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ^
apps/alert/._AlertReceiver.cc:1:92: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ^
apps/alert/._AlertReceiver.cc:1:93: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ^
apps/alert/._AlertReceiver.cc:1:94: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ^
apps/alert/._AlertReceiver.cc:1:95: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ^
apps/alert/._AlertReceiver.cc:1:96: error: source file is not valid UTF-8
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ^
apps/alert/._AlertReceiver.cc:1:97: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:98: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:99: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ^
apps/alert/._AlertReceiver.cc:1:100: error: source file is not valid UTF-8
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^
apps/alert/._AlertReceiver.cc:1:101: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ^
apps/alert/._AlertReceiver.cc:1:102: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ^
apps/alert/._AlertReceiver.cc:1:103: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ^
apps/alert/._AlertReceiver.cc:1:105: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
apps/alert/._AlertReceiver.cc:1:106: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^
apps/alert/._AlertReceiver.cc:1:107: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
apps/alert/._AlertReceiver.cc:1:108: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^
apps/alert/._AlertReceiver.cc:1:109: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
apps/alert/._AlertReceiver.cc:1:110: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^
apps/alert/._AlertReceiver.cc:1:111: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
apps/alert/._AlertReceiver.cc:1:112: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^
apps/alert/._AlertReceiver.cc:1:113: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
apps/alert/._AlertReceiver.cc:1:114: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^
apps/alert/._AlertReceiver.cc:1:115: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
apps/alert/._AlertReceiver.cc:1:116: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^
apps/alert/._AlertReceiver.cc:1:117: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
apps/alert/._AlertReceiver.cc:1:118: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^
apps/alert/._AlertReceiver.cc:1:119: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
apps/alert/._AlertReceiver.cc:1:121: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
apps/alert/._AlertReceiver.cc:1:122: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^
apps/alert/._AlertReceiver.cc:1:123: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
apps/alert/._AlertReceiver.cc:1:124: error: source file is not valid UTF-8
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^
apps/alert/._AlertReceiver.cc:1:125: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             ^
apps/alert/._AlertReceiver.cc:1:126: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ^
apps/alert/._AlertReceiver.cc:1:127: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             ^
apps/alert/._AlertReceiver.cc:1:129: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ^
apps/alert/._AlertReceiver.cc:1:130: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ^
apps/alert/._AlertReceiver.cc:1:152: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ^
apps/alert/._AlertReceiver.cc:1:160: error: expected unqualified-id
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
apps/alert/._AlertReceiver.cc:1:169: error: C++ requires a type specifier for all declarations
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ^
apps/alert/._AlertReceiver.cc:1:176: error: unknown type name 'A587459C'
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
apps/alert/._AlertReceiver.cc:1:184: error: expected unqualified-id
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^
apps/alert/._AlertReceiver.cc:1:212: warning: null character ignored [-Wnull-character]
<U+0000><U+0005><U+0016><U+0007><U+0000><U+0002><U+0000><U+0000>Mac OS X        <U+0000><U+0002><U+0000><U+0000><U+0000>   <U+0000><U+0000><U+0000>2<U+0000><U+0000><U+0000><A2><U+0000><U+0000><U+0000><U+0002><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>ATTR<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><D4><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0001><U+0000><U+0000><U+0000><98><U+0000><U+0000><U+0000><<U+0000><U+0000><U+0015>com.apple.quarantine<U+0000>q/0081;5e316d03;Chrome;A587459C-5296-42DA-85D0-B46C4914DA07<U+0000>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ^
96 warnings and 10 errors generated.
make[1]: *** [Makefile:496: ../out/clang-release/src/apps/alert/._AlertReceiver.o] Error 1
make[1]: Leaving directory '/c/src/latest_simulte/src'
make: *** [Makefile:2: all] Error 2
"make MODE=release all" terminated with exit code 2. Build might be incomplete.

13:13:15 Build Failed. 12 errors, 96 warnings. (took 1s.919ms)

Sorry if the issue is very silly but I am very new to this and I need it for my final master thesis.

Thank you very much!

Can not find file "artery.lte.Mode4Application"

Hi, Brian
I am reading the code while in a .ini file, some sentences confused me,
the file path :
OpenCV2X\scenarios\cars\omnetpp.ini
the sentences:
191 .node[].application.typename = "artery.lte.Mode4Application"
192 .node[].application.middleware.updateInterval = 0.1s
193 .node[].application.middleware.datetime = "2013-06-01 12:35:00"
194 .node[].application.middleware.services = xmldoc("services.xml")
I try to make out the way to implement a mode4 application different from mode3 applications. while I could not find a corresponding .NED file nor a defined module named "Mode4Application". I can not figure out if my understanding is wrong about the simulation structure.

thanks a lot for your help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.