Skip to content

Commit

Permalink
fixing GCC warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Nov 16, 2023
1 parent f7cf64c commit c583f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/core/render_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/12/17 23:33:34 by maldavid #+# #+# */
/* Updated: 2023/11/14 08:15:42 by maldavid ### ########.fr */
/* Updated: 2023/11/16 14:06:46 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */

Expand All @@ -24,7 +24,7 @@
#include <mutex>

#ifdef DEBUG
#warning MLX is being compiled in debug mode, this activates Vulkan's validation layers and debug messages which may impact rendering performances
#warning "MLX is being compiled in debug mode, this activates Vulkan's validation layers and debug messages which may impact rendering performances"
#endif

namespace mlx
Expand Down

0 comments on commit c583f1a

Please sign in to comment.