llvm-project/lldb/tools/debugserver/source/MacOSX/arm
Jonas Devlieghere 3dcbfa27d4 [debugserver] Fix more compiler warnings on arm64
This fixes the following two warnings in code that's only compiled on
arm64:

 - warning: cast from 'const void *' to 'unsigned char *' drops const
   qualifier [-Wcast-qual]
 - warning: embedding a directive within macro arguments has undefined
   behavior [-Wembedded-directive]
2021-03-03 23:12:12 -08:00
..
DNBArchImpl.cpp [debugserver] Fix more compiler warnings on arm64 2021-03-03 23:12:12 -08:00
DNBArchImpl.h [debugserver] Fix -Winconsistent-missing-override warnings on arm64 2021-02-02 09:41:18 -08:00