mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
Fix warnings when built using nasm.
Nasm gives warnings about labels without colons in the end; these were particularly prevalent in struc members: ".size" has be ".size:". Nasm also wasn't happy with extra trailing commas when calling macros.
This commit is contained in:
@ -17,9 +17,10 @@ even saving some bytes in the process.
|
||||
Building
|
||||
--------
|
||||
|
||||
Requires [CMake](https://cmake.org), [yasm](https://yasm.tortall.net), and
|
||||
your favorite c-compiler & build tool. Results have been obtained using Visual
|
||||
Studio 2019, gcc&make on linux, and MinGW&mingw32-make.
|
||||
Requires [CMake](https://cmake.org), [nasm](https://www.nasm.us/) or
|
||||
[yasm](https://yasm.tortall.net), and your favorite c-compiler & build tool.
|
||||
Results have been obtained using Visual Studio 2019, gcc&make on linux, and
|
||||
MinGW&mingw32-make.
|
||||
|
||||
### Example: building and testing using MinGW32
|
||||
|
||||
|
Reference in New Issue
Block a user