From b5b985d1d09e2c757338a51f8a82115626bf81ab Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 1 Apr 2024 12:57:24 +0200 Subject: [PATCH] Emit warning, not a message. --- manual/tracy.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index 51051a96..aea4a954 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -505,7 +505,7 @@ Finally, let's check if the \texttt{debugoptimized} build type is enabled, and p \begin{lstlisting} if get_option('tracy_enable') and get_option('buildtype') != 'debugoptimized' - message('Profiling builds should set --buildtype=debugoptimized') + warning('Profiling builds should set --buildtype=debugoptimized') endif \end{lstlisting}