<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
I have these warning whenever I try to compile the code for the app in this repository:
<a id="LPlnk434826" href="https://github.com/DragonOsman/currency_converter">https://github.com/DragonOsman/currency_converter</a> :</div>
<div class="LPBorder616819" id="LPBorder_GTaHR0cHM6Ly9naXRodWIuY29tL0RyYWdvbk9zbWFuL2N1cnJlbmN5X2NvbnZlcnRlcg.." style="width: 100%; margin-top: 16px; margin-bottom: 16px; position: relative; min-width: 424px; max-width: 800px;" contenteditable="false">
<table id="LPContainer616819" role="presentation" style="padding: 12px 36px 12px 12px; border-radius: 2px; border: 1px solid rgb(200, 200, 200); width: 100%;">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td>
<div id="LPImageContainer616819" style="height: 160px; overflow: hidden; margin-right: 12px; position: relative;">
<a id="LPImageAnchor616819" href="https://github.com/DragonOsman/currency_converter" target="_blank"><img width="160" height="160" id="LPThumbnailImageId616819" style="display: block;" alt="" src="https://avatars0.githubusercontent.com/u/18173932?s=400&v=4"></a></div>
</td>
<td style="width: 100%;">
<div id="LPTitle616819" style="font-family: "wf_segoe-ui_light","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 21px; font-weight: 300; margin-right: 8px; margin-bottom: 12px;">
<a id="LPUrlAnchor616819" style="color: var(--themePrimary); text-decoration: none;" href="https://github.com/DragonOsman/currency_converter" target="_blank" istemptitle="true">GitHub - DragonOsman/currency_converter: Application for Computer Science course</a></div>
<div id="LPDescription616819" style="color: rgb(102, 102, 102); overflow: hidden; font-family: "wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 14px; margin-right: 8px; margin-bottom: 12px; max-height: 100px;">
Google Maps + Currency Converter Web Application. Application for Computer Science course. This is a currency converter web application with the frontend and a backend.</div>
<div id="LPMetadata616819" style="color: rgb(166, 166, 166); font-family: "wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 14px; font-weight: 400;">
github.com</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
"</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<span>clang++.exe: warning: -ljinja2cpp: 'linker' input unused [-Wunused-command-line-argument]<br>
</span>
<div>clang++.exe: warning: -lboost_system: 'linker' input unused [-Wunused-command-line-argument]​</div>
<span>clang++.exe: warning: -lpthread: 'linker' input unused [-Wunused-command-line-argument]</span></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<span>"</span></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
I also want to ask how I can use Clang version 7.0.0 with Emscripten to compile WebAssembly.  I want to compile my app to WebAssembly.  I notice there's a WASM-related file that came with version 7.0.0 when I downloaded it just now.</div>
</body>
</html>