mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Docs: Fix va_args in EasyClangComplete
This commit is contained in:
parent
28a1d57dd2
commit
1c2d05c024
Binary file not shown.
@ -609,6 +609,7 @@ Add \texttt{.clang\_complete} file with similar content to your UDK root:
|
||||
-Wno-varargs
|
||||
-Wno-unused-const-variable
|
||||
-DOC_TARGET_NOOPT=1
|
||||
-DNO_MSABI_VA_FUNCS=1
|
||||
\end{lstlisting}
|
||||
|
||||
\textbf{Warning}: Tool developers modifying \texttt{config.plist} or any other OpenCore
|
||||
|
||||
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
\documentclass[]{article}
|
||||
%DIF LATEXDIFF DIFFERENCE FILE
|
||||
%DIF DEL PreviousConfiguration.tex Fri Mar 6 09:43:05 2020
|
||||
%DIF ADD ../Configuration.tex Sat Mar 14 00:06:58 2020
|
||||
%DIF ADD ../Configuration.tex Sat Mar 14 00:57:49 2020
|
||||
|
||||
\usepackage{lmodern}
|
||||
\usepackage{amssymb,amsmath}
|
||||
@ -642,7 +642,8 @@ approach could be \href{https://www.sublimetext.com}{Sublime Text} with
|
||||
\href{https://niosus.github.io/EasyClangComplete}{EasyClangComplete} plugin.
|
||||
Add \texttt{.clang\_complete} file with similar content to your UDK root:
|
||||
|
||||
\begin{lstlisting}[caption=ECC Configuration, label=eccfile, style=ocbash]
|
||||
\DIFmodbegin
|
||||
\begin{lstlisting}[caption=ECC Configuration, label=eccfile, style=ocbash,alsolanguage=DIFcode]
|
||||
-I/UefiPackages/MdePkg
|
||||
-I/UefiPackages/MdePkg/Include
|
||||
-I/UefiPackages/MdePkg/Include/X64
|
||||
@ -670,7 +671,9 @@ Add \texttt{.clang\_complete} file with similar content to your UDK root:
|
||||
-Wno-varargs
|
||||
-Wno-unused-const-variable
|
||||
-DOC_TARGET_NOOPT=1
|
||||
%DIF > -DNO_MSABI_VA_FUNCS=1
|
||||
\end{lstlisting}
|
||||
\DIFmodend
|
||||
|
||||
\textbf{Warning}: Tool developers modifying \texttt{config.plist} or any other OpenCore
|
||||
files must ensure that their tool checks for \texttt{opencore-version} NVRAM variable
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user