diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-06-06 09:48:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-06 09:48:18 +0200 |
| commit | a91206d87bb5a4b30b191aca9867b65e7890fc1a (patch) | |
| tree | 32196b2007c485bf1a454876f7417cdb39629a7c | |
| parent | 55a475a4466dea078a67159c59ed01d5388e1368 (diff) | |
| parent | 88472706e6daafbea01f67d95b9aece847894e77 (diff) | |
Merge pull request #5 from oldmud0/patch-1
Change professional compiler erroring to #error
| -rw-r--r-- | hardware_functions.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hardware_functions.cpp b/hardware_functions.cpp index 48bd2144..29823cdf 100644 --- a/hardware_functions.cpp +++ b/hardware_functions.cpp @@ -52,7 +52,6 @@ QString get_hdid() #else -//throwing compile-time errors professionally -fhasdfuifhidfhasjkfasdkfahsdj +#error This operating system is unsupported for hardware functions. #endif |
