mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Mark error functions as _Noreturn.
This commit is contained in:
3
Makefile
3
Makefile
@@ -93,7 +93,8 @@ src/asm/asmy.y: ${yacc_pre}
|
||||
mingw:
|
||||
$Qenv PATH=/usr/local/mingw32/bin:/bin:/usr/bin:/usr/local/bin \
|
||||
make CC=gcc CFLAGS="-I/usr/local/mingw32/include \
|
||||
-D__progname=\\\"\\\" ${CFLAGS}"
|
||||
-D__progname=\\\"\\\" \
|
||||
-D_Noreturn='__attribute__((noreturn))' ${CFLAGS}"
|
||||
$Qmv rgbasm rgbasm.exe
|
||||
$Qmv rgblink rgblink.exe
|
||||
$Qmv rgbfix rgbfix.exe
|
||||
|
||||
Reference in New Issue
Block a user